Class VoronoiPartitioning

java.lang.Object
org.apache.sedona.core.spatialPartitioning.VoronoiPartitioning
All Implemented Interfaces:
Serializable

public class VoronoiPartitioning extends Object implements Serializable
The Class VoronoiPartitioning.
See Also:
  • Constructor Details

    • VoronoiPartitioning

      public VoronoiPartitioning(List<org.locationtech.jts.geom.Envelope> samples, int partitions) throws Exception
      Instantiates a new voronoi partitioning.
      Parameters:
      samples - the sample list
      partitions - the partitions
      Throws:
      Exception - the exception
  • Method Details

    • getGrids

      public List<org.locationtech.jts.geom.Envelope> getGrids()
      Gets the grids.
      Returns:
      the grids