Uses of Class
org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedException
Packages that use GeometryOperationNotSupportedException
-
Uses of GeometryOperationNotSupportedException in org.gvsig.fmap.geom
Methods in org.gvsig.fmap.geom that throw GeometryOperationNotSupportedExceptionModifier and TypeMethodDescriptiondoubleGeometry.area()Geometry.buffer(double distance) Computes a buffer area around this geometry having the given width This is a utility method to wrap the invocation to the operationGeometry.OPERATIONS.BUFFER.Geometry.buffer(double distance, int joinStyle, boolean capButt) Computes a buffer area around this geometry having the given width, the joinStyle and the capButt This is a utility method to wrap the invocation to the operationGeometry.OPERATIONS.BUFFER.static PointGeometryUtils.calculateLambdaPoint(Point p1, Point p2, double lambda) Calculates a point on the line that passes through two points whose distance to the first is proportional to the distance between them according to the lambda parameterGeometry.centroid()Geometry[]Geometry.closestPoints(Geometry other) booleanTests whether this geometry contains the specified geometry.byte[]Geometry.convertToEWKB()Return a byte array with the equivalent in EWKB format of the Geometry.byte[]Geometry.convertToEWKB(int srs) byte[]Geometry.convertToEWKBForcingType(int srs, int type) Geometry.convertToGeoJson(Map<String, Object> properties, boolean encodecrs) Geometry.convertToHexEWKB()Geometry.convertToHexWKB()byte[]Geometry.convertToWKB()Return a byte array with the equivalent in WKB format of the Geometry.byte[]Geometry.convertToWKB(int srs) byte[]Geometry.convertToWKBForcingType(int srs, int type) Geometry.convertToWKT()Return a string with the equivalent in WKT format of the Geometry.Geometry.convexHull()booleanbooleanbooleanGeometry.difference(Geometry other) booleandoubleReturns the minimum distance between this Geometry and the specified geometry.booleanGeometry.ensureOrientation(boolean ccw) Ensures the orientation of the geometry according to the parameter, flipping it if necessary.voidGeometry.flip()Flip the coordinates of the geometry.Geometry.force2D()Geometry.forceSubtype(int subtype) GeometryManager.getGeometryOperation(int opCode) Returns an common operation with given operation code.GeometryManager.getGeometryOperation(int opCode, int type, int subType) Returns an operation given the Geometry type, the Geometry subtype and and the operation code.Geometry.getInteriorPoint()This method returns a point which is inside the geometry.Geometry.intersection(Geometry other) booleanGeometry.intersects(Geometry geometry) Geometry.invokeOperation(int index, GeometryOperationContext ctx) Invokes a geometry operation given its index and context.Geometry.invokeOperation(String opName, GeometryOperationContext ctx) Invokes a geometry operation given its name and context.GeometryManager.invokeOperation(int opCode, Geometry geom, GeometryOperationContext ctx) Invokes an operation given its code, the geometry and the operation context holding the parameters required for the operation.GeometryManager.invokeOperation(String geomOpName, Geometry geom, GeometryOperationContext ctx) Invokes an operation given its code, the geometry and the operation context holding the parameters required for the operation.GeometryManager.invokeOperation(String geomOpName, GeometryOperationContext ctx) Invokes an operation given its code, and the operation context holding the parameters required for the operation.booleanGeometry.isCCW()booleanGeometry.isWithinDistance(Geometry other, double distance) Geometry.offset(double distance) Geometry.offset(int joinStyle, double distance) booleanReturns true if passed as a parameter geometry is completely out of geometry.booleanTests whether this geometry overlaps the specified geometry.static booleanReturns true if two polygons overlap taking into account the given tolerancedoubleGeometry.perimeter()booleanboolean -
Uses of GeometryOperationNotSupportedException in org.gvsig.fmap.geom.aggregate
Methods in org.gvsig.fmap.geom.aggregate that throw GeometryOperationNotSupportedExceptionModifier and TypeMethodDescriptionAggregate.intersection()Returns a Primitive that is the intersection of all the geometries of the Aggregate.Aggregate.union()Returns a Primitive that is the union of all the geometries of the Aggregate. -
Uses of GeometryOperationNotSupportedException in org.gvsig.fmap.geom.primitive
Methods in org.gvsig.fmap.geom.primitive that throw GeometryOperationNotSupportedExceptionModifier and TypeMethodDescriptionPoint.force2D()Ring.force2D()Point.force2DM()Ring.force2DM()Point.force3D()Ring.force3D()Point.force3DM()Ring.force3DM()Ellipse.getRectangleRotation()Return the rotate transform of the ellipse framing rectangle.doubleEllipse.getRectangleWidth()Return the width of the ellipse framing rectangle.