public class PreciseCoordinateSequenceTransformer extends Object implements CoordinateSequenceTransformer
Constructor and Description |
---|
PreciseCoordinateSequenceTransformer() |
Modifier and Type | Method and Description |
---|---|
double |
getFlatness() |
void |
setFlatness(double flatness) |
CoordinateSequence |
transform(CoordinateSequence cs,
MathTransform transform)
Returns a transformed coordinate sequence.
|
public PreciseCoordinateSequenceTransformer()
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.org.geotools.geometry.jts.CoordinateSequenceTransformer#transform(org.locationtech.jts.geom.CoordinateSequence,
org.geotools.ct.MathTransform2D)
public double getFlatness()
public void setFlatness(double flatness)
Copyright © 1996–2019 Geotools. All rights reserved.