Uses of Class
org.gvsig.fmap.geom.operation.GeometryOperation
Packages that use GeometryOperation
-
Uses of GeometryOperation in org.gvsig.fmap.geom
Methods in org.gvsig.fmap.geom that return GeometryOperationModifier and TypeMethodDescriptionGeometryManager.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.Methods in org.gvsig.fmap.geom with parameters of type GeometryOperationModifier and TypeMethodDescriptionintGeometryManager.registerGeometryOperation(String geomOpName, GeometryOperation geomOp) Registers a GeometryOperation that is common for all GeometryType (registered yet or not).intGeometryManager.registerGeometryOperation(String geomOpName, GeometryOperation geomOp, int type) Registers a GeometryOperation associated to all the geometries with a concrete type.intGeometryManager.registerGeometryOperation(String geomOpName, GeometryOperation geomOp, int type, int subType) Registers a GeometryOperation associated to a GeometryType, that has been specified using the type code and the subtype code.intGeometryManager.registerGeometryOperation(String geomOpName, GeometryOperation geomOp, GeometryType geomType) Registers a GeometryOperation associated to a GeometryType.intGeometryManager.registerGeometryOperationBySubtype(String geomOpName, GeometryOperation geomOp, int subType) Registers a GeometryOperation associated to all the geometries with a concrete subtype.intGeometryManager.registerGeometryOperationBySuperSubType(String geomOpName, GeometryOperation geomOp, int superSubType) Registers a GeometryOperation associated to all the geometries which super subType matches with a concrete subType.intGeometryManager.registerGeometryOperationBySuperType(String geomOpName, GeometryOperation geomOp, int superType) Registers a GeometryOperation associated to all the geometries which super type matches with a concrete type. -
Uses of GeometryOperation in org.gvsig.fmap.geom.type
Methods in org.gvsig.fmap.geom.type that return GeometryOperationModifier and TypeMethodDescriptionAbstractGeometryType.getGeometryOperation(int index) GeometryType.getGeometryOperation(int index) Get the operation for this geometry at a concrete positionMethods in org.gvsig.fmap.geom.type with parameters of type GeometryOperationModifier and TypeMethodDescriptionvoidAbstractGeometryType.setGeometryOperation(int index, GeometryOperation geomOp) voidGeometryType.setGeometryOperation(int index, GeometryOperation geomOp) Registers an operation for this geometry type.