org.opengis.referencing.operation
Interface Conversion
- All Superinterfaces:
- CoordinateOperation, Info, Operation, SingleOperation
- All Known Subinterfaces:
- ConicProjection, CylindricalProjection, PlanarProjection, Projection
- public interface Conversion
- extends Operation
An operation on coordinates that does not include any change of Datum. The best-known
example of a coordinate conversion is a map projection. The parameters describing
coordinate conversions are defined rather than empirically derived. Note that some
conversions have no parameters.
- Version:
- Abstract specification 2.0
- Author:
- ISO 19111, OpenGIS® consortium
- See Also:
Transformation
- UML identifier (abstract type):
CC_Conversion
getOperationVersion
String getOperationVersion()
- Deprecated. This attribute is declared in
CoordinateOperation
but is not used in a conversion.
- Version of the coordinate transformation.
- Specified by:
getOperationVersion in interface CoordinateOperation
- Returns:
- Always
null.