Package org.apache.calcite.runtime
Class RemoveRepeatedPointsTransformer
java.lang.Object
org.locationtech.jts.geom.util.GeometryTransformer
org.apache.calcite.runtime.RemoveRepeatedPointsTransformer
public class RemoveRepeatedPointsTransformer
extends org.locationtech.jts.geom.util.GeometryTransformer
Removes repeated points from a geometry.
-
Field Summary
Fields inherited from class org.locationtech.jts.geom.util.GeometryTransformer
factory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.locationtech.jts.geom.CoordinateSequence
transformCoordinates
(org.locationtech.jts.geom.CoordinateSequence coordinates, org.locationtech.jts.geom.Geometry parent) Methods inherited from class org.locationtech.jts.geom.util.GeometryTransformer
copy, createCoordinateSequence, getInputGeometry, transform, transformGeometryCollection, transformLinearRing, transformLineString, transformMultiLineString, transformMultiPoint, transformMultiPolygon, transformPoint, transformPolygon
-
Constructor Details
-
RemoveRepeatedPointsTransformer
public RemoveRepeatedPointsTransformer() -
RemoveRepeatedPointsTransformer
public RemoveRepeatedPointsTransformer(double tolerance)
-
-
Method Details
-
transformCoordinates
protected org.locationtech.jts.geom.CoordinateSequence transformCoordinates(org.locationtech.jts.geom.CoordinateSequence coordinates, org.locationtech.jts.geom.Geometry parent) - Overrides:
transformCoordinates
in classorg.locationtech.jts.geom.util.GeometryTransformer
-