org.geotools.geometry.jts
Interface CoordinateSequenceTransformer
- All Known Implementing Classes:
- DefaultCoordinateSequenceTransformer, InPlaceCoordinateSequenceTransformer, InPlaceCoordinateSequenceTransformer, PreciseCoordinateSequenceTransformer
public interface CoordinateSequenceTransformer
Interface that should be implemented by classes able to apply the provided
transformation to a
coordinate sequence.
- Since:
- 2.1
- Author:
- Andrea Aime
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.
Copyright © 1996-2014 Geotools. All Rights Reserved.