Interface PassThroughOperation

All Superinterfaces:
CoordinateOperation, IdentifiedObject, SingleOperation
All Known Implementing Classes:
DefaultPassThroughOperation

public interface PassThroughOperation extends SingleOperation
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
Since:
GeoAPI 1.0
Author:
Martin Desruisseaux (IRD)
  • Method Details

    • getOperation

      Operation getOperation()
      Returns the operation to apply on the subset of a coordinate tuple.
      Returns:
      The operation to apply on the subset of a coordinate tuple.
    • getModifiedCoordinates

      int[] getModifiedCoordinates()
      Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation.
      Returns:
      The modified coordinates.