Class RtreePartitioning

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

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

    • RtreePartitioning

      public RtreePartitioning(List<org.locationtech.jts.geom.Envelope> samples, int partitions) throws Exception
      Instantiates a new rtree 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