public class CoordinateTransformer
extends org.locationtech.jts.geom.util.GeometryTransformer
| Constructor and Description |
|---|
CoordinateTransformer(Function<org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate> transform)
Creates a transformer that applies the
transform to all coordinates. |
| Modifier and Type | Method and Description |
|---|---|
protected org.locationtech.jts.geom.CoordinateSequence |
transformCoordinates(org.locationtech.jts.geom.CoordinateSequence coordinateSequence,
org.locationtech.jts.geom.Geometry parent) |
copy, createCoordinateSequence, getInputGeometry, transform, transformGeometryCollection, transformLinearRing, transformLineString, transformMultiLineString, transformMultiPoint, transformMultiPolygon, transformPoint, transformPolygonpublic CoordinateTransformer(Function<org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate> transform)
transform to all coordinates.protected org.locationtech.jts.geom.CoordinateSequence transformCoordinates(org.locationtech.jts.geom.CoordinateSequence coordinateSequence,
org.locationtech.jts.geom.Geometry parent)
transformCoordinates in class org.locationtech.jts.geom.util.GeometryTransformerCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.