@UML(identifier="CC_PassThroughOperation", specification=ISO_19111) public interface PassThroughOperation extends SingleOperation
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 |
---|---|
int[] |
getModifiedCoordinates()
Ordered sequence of positive integers defining the positions in a coordinate tuple of the
coordinates affected by this pass-through operation.
|
Operation |
getOperation()
Returns the operation to apply on the subset of a coordinate tuple.
|
getCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getOperationVersion, getScope, getSourceCRS, getTargetCRS
getAlias, getIdentifiers, getName, getRemarks, toWKT
@UML(identifier="usesOperation", obligation=MANDATORY, specification=ISO_19111) Operation getOperation()
@UML(identifier="modifiedCoordinate", obligation=MANDATORY, specification=ISO_19111) int[] getModifiedCoordinates()
Copyright © 1996–2019 Geotools. All rights reserved.