public interface CoordinateSequenceTransformer (Code)
Interface that should be implemented by classes able to apply the provided
to a
.
since: 2.1 version: $Id: CoordinateSequenceTransformer.java 26186 2007-07-10 02:18:59Z jdeolive $ author: Andrea Aime
Method Summary
public CoordinateSequence
transform(CoordinateSequence sequence, MathTransform transform) Returns a transformed coordinate sequence.
Method Detail
transform
public CoordinateSequence transform(CoordinateSequence sequence, MathTransform transform) throws TransformException(Code)
Returns a transformed coordinate sequence.
Parameters: sequence - The sequence to transform. Parameters: transform - The transformation to apply. throws: TransformException - if at least one coordinate can't be transformed.