Package org.gvsig.fmap.geom.operation


package org.gvsig.fmap.geom.operation
  • Class
    Description
    Every 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.