Interface Projection

All Superinterfaces:
Conversion, CoordinateOperation, IdentifiedObject, SingleOperation
All Known Subinterfaces:
ConicProjection, CylindricalProjection, PlanarProjection

public interface Projection extends Conversion
A conversion from geodetic (longitude,latitude) coordinates to Cartesian (x,y) coordinates. Ellipsoidal height plays no role in the conversion process, but may pass-through in a three-dimensional Cartesian CS.
Upcoming API change — removal
This interface is not part of the OGC/ISO abstract specification. It has been added in GeoAPI 3.0 as a filter for listing the map projection methods available in an implementation. This interface may be removed in GeoAPI 4.0. Users should use the Conversion parent interface instead.
Since:
1.0
See Also: