Interface CoordinateSequenceTransformer

    • Method Detail

      • transform

        CoordinateSequence transform​(CoordinateSequence sequence,
                                     MathTransform transform)
                              throws TransformException
        Returns a transformed coordinate sequence.
        Parameters:
        sequence - The sequence to transform.
        transform - The transformation to apply.
        Throws:
        TransformException - if at least one coordinate can't be transformed.