Interface SingleOperation
-
- All Superinterfaces:
CoordinateOperation
,IdentifiedObject
- All Known Subinterfaces:
ConicProjection
,Conversion
,CylindricalProjection
,Operation
,PassThroughOperation
,PlanarProjection
,Projection
,Transformation
- All Known Implementing Classes:
DefaultConicProjection
,DefaultConversion
,DefaultCylindricalProjection
,DefaultOperation
,DefaultPassThroughOperation
,DefaultPlanarProjection
,DefaultProjection
,DefaultSingleOperation
,DefaultTransformation
,DefiningConversion
public interface SingleOperation extends CoordinateOperation
A single (not concatenated) coordinate operation.- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
-
-
Field Summary
-
Fields inherited from interface CoordinateOperation
COORDINATE_OPERATION_ACCURACY_KEY, DOMAIN_OF_VALIDITY_KEY, OPERATION_VERSION_KEY, SCOPE_KEY
-
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
-
Method Summary
-
Methods inherited from interface CoordinateOperation
getCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getOperationVersion, getScope, getSourceCRS, getTargetCRS
-
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
-