@UML(identifier="CC_Transformation", specification=ISO_19111) public interface Transformation extends Operation
ConversionCOORDINATE_OPERATION_ACCURACY_KEY, DOMAIN_OF_VALIDITY_KEY, OPERATION_VERSION_KEY, SCOPE_KEYALIAS_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, getParameterValuesgetCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getScopegetAlias, getIdentifiers, getName, getRemarks, toWKT@UML(identifier="sourceCRS", obligation=MANDATORY, specification=ISO_19111) CoordinateReferenceSystem getSourceCRS()
getSourceCRS in interface CoordinateOperationnull).Conversion.getSourceCRS(),
getSourceCRS()@UML(identifier="targetCRS", obligation=MANDATORY, specification=ISO_19111) CoordinateReferenceSystem getTargetCRS()
getTargetCRS in interface CoordinateOperationnull).Conversion.getTargetCRS(),
getTargetCRS()@UML(identifier="operationVersion", obligation=MANDATORY, specification=ISO_19111) String getOperationVersion()
getOperationVersion in interface CoordinateOperationCopyright © 1996–2019 Geotools. All rights reserved.