@UML(identifier="CC_Transformation", specification=ISO_19111) public interface Transformation extends Operation
Conversion
COORDINATE_OPERATION_ACCURACY_KEY, DOMAIN_OF_VALIDITY_KEY, OPERATION_VERSION_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
String |
getOperationVersion()
Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of
the parameters).
|
CoordinateReferenceSystem |
getSourceCRS()
Returns the source CRS.
|
CoordinateReferenceSystem |
getTargetCRS()
Returns the target CRS.
|
getMethod, getParameterValues
getCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
@UML(identifier="sourceCRS", obligation=MANDATORY, specification=ISO_19111) CoordinateReferenceSystem getSourceCRS()
getSourceCRS
in interface CoordinateOperation
null
).Conversion.getSourceCRS()
,
getSourceCRS()
@UML(identifier="targetCRS", obligation=MANDATORY, specification=ISO_19111) CoordinateReferenceSystem getTargetCRS()
getTargetCRS
in interface CoordinateOperation
null
).Conversion.getTargetCRS()
,
getTargetCRS()
@UML(identifier="operationVersion", obligation=MANDATORY, specification=ISO_19111) String getOperationVersion()
getOperationVersion
in interface CoordinateOperation
Copyright © 1996–2019 Geotools. All rights reserved.