Package org.apache.sedona.common.utils
Class GeometryDuplicateCoordinateRemover
java.lang.Object
org.apache.sedona.common.utils.GeometryDuplicateCoordinateRemover
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.Geometryprocess(org.locationtech.jts.geom.Geometry geometry, double tolerance) static org.locationtech.jts.geom.Coordinate[]removeDuplicatePointsMultiPoint(org.locationtech.jts.geom.Coordinate[] coords, boolean recursion) static org.locationtech.jts.geom.Coordinate[]removeDuplicates(org.locationtech.jts.geom.Coordinate[] coords, int minPoints)
-
Constructor Details
-
GeometryDuplicateCoordinateRemover
public GeometryDuplicateCoordinateRemover()
-
-
Method Details
-
removeDuplicates
public static org.locationtech.jts.geom.Coordinate[] removeDuplicates(org.locationtech.jts.geom.Coordinate[] coords, int minPoints) -
removeDuplicatePointsMultiPoint
public static org.locationtech.jts.geom.Coordinate[] removeDuplicatePointsMultiPoint(org.locationtech.jts.geom.Coordinate[] coords, boolean recursion) -
process
public static org.locationtech.jts.geom.Geometry process(org.locationtech.jts.geom.Geometry geometry, double tolerance)
-