org.opengis.referencing.operation
Interface Conversion
-
- All Superinterfaces:
- CoordinateOperation, IdentifiedObject, Operation, SingleOperation
- All Known Subinterfaces:
- ConicProjection, CylindricalProjection, PlanarProjection, Projection
@UML(identifier="CC_Conversion", specification=ISO_19111) 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.- Since:
- GeoAPI 1.0
- See Also:
Transformation
-
-
Field Summary
-
Fields inherited from interface org.opengis.referencing.operation.CoordinateOperation
OPERATION_VERSION_KEY, POSITIONAL_ACCURACY_KEY, SCOPE_KEY, VALID_AREA_KEY
-
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.StringgetOperationVersion()This attribute is declared inCoordinateOperationbut is not used in a conversion.-
Methods inherited from interface org.opengis.referencing.operation.Operation
getMethod, getParameterValues
-
Methods inherited from interface org.opengis.referencing.operation.CoordinateOperation
getMathTransform, getPositionalAccuracy, getScope, getSourceCRS, getTargetCRS, getValidArea
-
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
-
-
-
Method Detail
-
getOperationVersion
java.lang.String getOperationVersion()
This attribute is declared inCoordinateOperationbut is not used in a conversion.- Specified by:
getOperationVersionin interfaceCoordinateOperation- Returns:
- Always
null.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG