@UML(identifier="CC_Conversion", specification=ISO_19111) public interface Conversion extends Operation
Note that some conversions have no parameters.
Transformation
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()
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, getParameterValues
getCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
@UML(identifier="sourceCRS", obligation=OPTIONAL, specification=ISO_19111) CoordinateReferenceSystem getSourceCRS()
GeneralDerivedCRS.getBaseCRS()
instead.getSourceCRS
in interface CoordinateOperation
null
if not available.getSourceCRS()
,
Transformation.getSourceCRS()
@UML(identifier="targetCRS", obligation=OPTIONAL, specification=ISO_19111) CoordinateReferenceSystem getTargetCRS()
GeneralDerivedCRS
instead.getTargetCRS
in interface CoordinateOperation
null
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 CoordinateOperation
null
.Copyright © 1996–2019 Geotools. All rights reserved.