Package org.apache.calcite.runtime
Class CoordinateTransformer
java.lang.Object
org.locationtech.jts.geom.util.GeometryTransformer
org.apache.calcite.runtime.CoordinateTransformer
public class CoordinateTransformer
extends org.locationtech.jts.geom.util.GeometryTransformer
Transforms the coordinates of a geometry.
- 
Field SummaryFields inherited from class org.locationtech.jts.geom.util.GeometryTransformerfactory
- 
Constructor SummaryConstructorsConstructorDescriptionCoordinateTransformer(Function<org.locationtech.jts.geom.Coordinate, org.locationtech.jts.geom.Coordinate> transform) Creates a transformer that applies thetransformto all coordinates.
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.locationtech.jts.geom.CoordinateSequencetransformCoordinates(org.locationtech.jts.geom.CoordinateSequence coordinateSequence, org.locationtech.jts.geom.Geometry parent) Methods inherited from class org.locationtech.jts.geom.util.GeometryTransformercopy, createCoordinateSequence, getInputGeometry, transform, transformGeometryCollection, transformLinearRing, transformLineString, transformMultiLineString, transformMultiPoint, transformMultiPolygon, transformPoint, transformPolygon
- 
Constructor Details- 
CoordinateTransformerpublic CoordinateTransformer(Function<org.locationtech.jts.geom.Coordinate, org.locationtech.jts.geom.Coordinate> transform) Creates a transformer that applies thetransformto all coordinates.
 
- 
- 
Method Details- 
transformCoordinatesprotected org.locationtech.jts.geom.CoordinateSequence transformCoordinates(org.locationtech.jts.geom.CoordinateSequence coordinateSequence, org.locationtech.jts.geom.Geometry parent) - Overrides:
- transformCoordinatesin class- org.locationtech.jts.geom.util.GeometryTransformer
 
 
-