Uses of Class
org.gvsig.fmap.geom.operation.GeometryOperationContext
Packages that use GeometryOperationContext
-
Uses of GeometryOperationContext in org.gvsig.fmap.geom
Methods in org.gvsig.fmap.geom with parameters of type GeometryOperationContextModifier and TypeMethodDescriptionGeometry.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. -
Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation
Methods in org.gvsig.fmap.geom.operation that return GeometryOperationContextModifier and TypeMethodDescriptionGeometryOperationContext.setAttribute(String name, Object value) Sets an attributeMethods in org.gvsig.fmap.geom.operation with parameters of type GeometryOperationContextModifier and TypeMethodDescriptionabstract ObjectGeometryOperation.invoke(Geometry geom, GeometryOperationContext ctx) Invokes this operation given the geometry and context