public class InPlaceCoordinateSequenceTransformer extends Object implements CoordinateSequenceTransformer
Paragraph ...
Responsibilities:
Example:
InPlaceCoordinateSequenceTransformer x = new InPlaceCoordinateSequenceTransformer( ... );
TODO code example
Constructor and Description |
---|
InPlaceCoordinateSequenceTransformer() |
Modifier and Type | Method and Description |
---|---|
CoordinateSequence |
transform(CoordinateSequence cs,
MathTransform transform)
Returns a transformed coordinate sequence.
|
public InPlaceCoordinateSequenceTransformer()
public CoordinateSequence transform(CoordinateSequence cs, MathTransform transform) throws TransformException
CoordinateSequenceTransformer
transform
in interface CoordinateSequenceTransformer
cs
- The sequence to transform.transform
- The transformation to apply.TransformException
- if at least one coordinate can't be transformed.CoordinateSequenceTransformer.transform(org.locationtech.jts.geom.CoordinateSequence,
org.opengis.referencing.operation.MathTransform)
Copyright © 1996–2023 Geotools. All rights reserved.