Interface CoordinateOperation

All Superinterfaces:
IdentifiedObject
All Known Subinterfaces:
ConcatenatedOperation, ConicProjection, Conversion, CylindricalProjection, PassThroughOperation, PlanarProjection, PointMotionOperation, Projection, SingleOperation, Transformation

A mathematical operation on coordinates that transforms or converts coordinates to another CRS or epoch. The source CRS and target CRS properties indicate the CRS from which coordinates are changed and the CRS to which coordinates are changed respectively. They are mandatory for all subtypes of coordinate operation except Conversion, but GeoAPI recommends to provide a value even in the latter case.

Inverse operation

Many but not all coordinate operations (from coordinate reference system A to coordinate reference system B) also uniquely define the inverse operation (from coordinate reference system B to coordinate reference system A). In some cases, the operation method algorithm for the inverse operation is the same as for the forward algorithm, but the signs of some operation parameter values must be reversed. In other cases, different algorithms are required for the forward and inverse operations, but the same operation parameter values are used. If (some) entirely different parameter values are needed, a different coordinate operation shall be defined.
Since:
1.0
See Also: