- All Superinterfaces:
Conversion
,CoordinateOperation
,IdentifiedObject
,SingleOperation
- All Known Subinterfaces:
ConicProjection
,CylindricalProjection
,PlanarProjection
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
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:
-
Field Summary
Fields inherited from interface org.opengis.referencing.operation.CoordinateOperation
COORDINATE_OPERATION_ACCURACY_KEY, DOMAIN_OF_VALIDITY_KEY, OPERATION_VERSION_KEY, SCOPE_KEY
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, DOMAINS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
Method Summary
Methods inherited from interface org.opengis.referencing.operation.Conversion
getOperationVersion, getSourceCRS, getSourceEpoch, getTargetCRS, getTargetEpoch
Methods inherited from interface org.opengis.referencing.operation.CoordinateOperation
getCoordinateOperationAccuracy, getDomainOfValidity, getInterpolationCRS, getMathTransform, getScope, transform
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getDomains, getIdentifiers, getName, getRemarks, toWKT
Methods inherited from interface org.opengis.referencing.operation.SingleOperation
getMethod, getParameterValues