Interface Operation

All Superinterfaces:
CoordinateOperation, IdentifiedObject, SingleOperation
All Known Subinterfaces:
ConicProjection, Conversion, CylindricalProjection, PlanarProjection, Projection, Transformation
All Known Implementing Classes:
DefaultConicProjection, DefaultConversion, DefaultCylindricalProjection, DefaultOperation, DefaultPlanarProjection, DefaultProjection, DefaultTransformation, DefiningConversion

public interface Operation extends SingleOperation
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. This coordinate operation thus uses an operation method, usually with associated parameter values.
Since:
GeoAPI 1.0
Author:
Martin Desruisseaux (IRD)
See Also:
  • Method Details

    • getMethod

      OperationMethod getMethod()
      Returns the operation method.
      Returns:
      The operation method.
    • getParameterValues

      ParameterValueGroup getParameterValues()
      Returns the parameter values.
      Returns:
      The parameter values.