Interface PassThroughOperation

    • Method Detail

      • getOperation

        @UML(identifier="coordOperation",
             obligation=MANDATORY,
             specification=ISO_19111)
        SingleOperation getOperation()
        Returns the operation to apply on the subset of a coordinate tuple.
        Upcoming API change
        This method is conformant to ISO 19111:2003. But the ISO 19111:2007 revision changed the type from SingleOperation to CoordinateOperation. This change may be applied in GeoAPI 4.0. This is necessary for supporting usage of PassThroughOperation with ConcatenatedOperation.
        Returns:
        the operation to apply on the subset of a coordinate tuple.
      • getModifiedCoordinates

        @UML(identifier="modifiedCoordinate",
             obligation=MANDATORY,
             specification=ISO_19111)
        int[] getModifiedCoordinates()
        Returns the ordered sequence of positive integers defining the positions in a source coordinate tuple of the coordinates affected by this pass-through operation.
        Returns:
        Zero-based indices of the modified source coordinates.