public interface CoordinateSequenceTransformer
| Modifier and Type | Method and Description |
|---|---|
CoordinateSequence |
transform(CoordinateSequence sequence,
MathTransform transform)
Returns a transformed coordinate sequence.
|
CoordinateSequence transform(CoordinateSequence sequence,
MathTransform transform)
throws TransformException
sequence - The sequence to transform.transform - The transformation to apply.TransformException - if at least one coordinate can't be transformed.Copyright © 1996–2019 Geotools. All rights reserved.