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 SummaryFields inherited from class org.locationtech.jts.geom.util.GeometryTransformerfactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.locationtech.jts.geom.CoordinateSequencetransformCoordinates(org.locationtech.jts.geom.CoordinateSequence coordinates, 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- 
RemoveRepeatedPointsTransformerpublic RemoveRepeatedPointsTransformer()
- 
RemoveRepeatedPointsTransformerpublic RemoveRepeatedPointsTransformer(double tolerance) 
 
- 
- 
Method Details- 
transformCoordinatesprotected org.locationtech.jts.geom.CoordinateSequence transformCoordinates(org.locationtech.jts.geom.CoordinateSequence coordinates, org.locationtech.jts.geom.Geometry parent) - Overrides:
- transformCoordinatesin class- org.locationtech.jts.geom.util.GeometryTransformer
 
 
-