org.opengis.referencing.operation
Interface Transformation
-
- All Superinterfaces:
- CoordinateOperation, IdentifiedObject, Operation, SingleOperation
@UML(identifier="CC_Transformation", specification=ISO_19111) public interface Transformation extends Operation
An operation on coordinates that usually includes a change of Datum. The parameters of a coordinate transformation are empirically derived from data containing the coordinates of a series of points in both coordinate reference systems. This computational process is usually "over-determined", allowing derivation of error (or accuracy) estimates for the transformation. Also, the stochastic nature of the parameters may result in multiple (different) versions of the same coordinate transformation.- Since:
- GeoAPI 1.0
- See Also:
Conversion
-
-
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()Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters).-
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
@UML(identifier="operationVersion", obligation=MANDATORY, specification=ISO_19111) java.lang.String getOperationVersion()
Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters). This attribute is mandatory in a Transformation.- Specified by:
getOperationVersionin interfaceCoordinateOperation- Returns:
- The coordinate operation version.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG