Uses of Package
org.gvsig.fmap.geom.operation
Packages that use org.gvsig.fmap.geom.operation
Package
Description
-
Classes in org.gvsig.fmap.geom.operation used by org.gvsig.fmap.geomClassDescriptionEvery geometry operation that is registered dynamically must extend this class.
The following example shows how to implement and register a custom operation:This class is a default parameter container for geometry operation.
Normally every GeometryOperation will extend this class and identify its parameters publicly with getters/setters For those operations that need high performance, parameters should be declared as class members instead of using the setAttribute/getAttribute mechanism. -
Classes in org.gvsig.fmap.geom.operation used by org.gvsig.fmap.geom.aggregate
-
Classes in org.gvsig.fmap.geom.operation used by org.gvsig.fmap.geom.operationClassDescriptionThis class is a default parameter container for geometry operation.
Normally every GeometryOperation will extend this class and identify its parameters publicly with getters/setters For those operations that need high performance, parameters should be declared as class members instead of using the setAttribute/getAttribute mechanism. -
Classes in org.gvsig.fmap.geom.operation used by org.gvsig.fmap.geom.primitive
-
Classes in org.gvsig.fmap.geom.operation used by org.gvsig.fmap.geom.typeClassDescriptionEvery geometry operation that is registered dynamically must extend this class.
The following example shows how to implement and register a custom operation: