Class GeometryDuplicateCoordinateRemover

java.lang.Object
org.apache.sedona.common.utils.GeometryDuplicateCoordinateRemover

public class GeometryDuplicateCoordinateRemover extends Object
  • 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)