@UML(identifier="CC_Conversion", specification=ISO_19111) public interface Conversion extends Operation
Note that some conversions have no parameters.
TransformationCOORDINATE_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()
This attribute is declared in
CoordinateOperation but is not used in a conversion. |
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=OPTIONAL, specification=ISO_19111) CoordinateReferenceSystem getSourceCRS()
GeneralDerivedCRS.getBaseCRS() instead.getSourceCRS in interface CoordinateOperationnull if not available.getSourceCRS(),
Transformation.getSourceCRS()@UML(identifier="targetCRS", obligation=OPTIONAL, specification=ISO_19111) CoordinateReferenceSystem getTargetCRS()
GeneralDerivedCRS instead.getTargetCRS in interface CoordinateOperationnull if not available.getTargetCRS(),
Transformation.getTargetCRS()@UML(identifier="operationVersion", obligation=CONDITIONAL, specification=ISO_19111) String getOperationVersion()
CoordinateOperation but is not used in a conversion.getOperationVersion in interface CoordinateOperationnull.Copyright © 1996–2019 Geotools. All rights reserved.