Class QuadtreePartitioning

java.lang.Object
org.apache.sedona.core.spatialPartitioning.QuadtreePartitioning
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QuadTreeRTPartitioning

public class QuadtreePartitioning extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • QuadtreePartitioning

      public QuadtreePartitioning(List<org.locationtech.jts.geom.Envelope> samples, org.locationtech.jts.geom.Envelope boundary, int partitions) throws Exception
      Instantiates a new Quad-Tree partitioning.
      Parameters:
      samples - the sample list
      boundary - the boundary
      partitions - the partitions
      Throws:
      Exception
    • QuadtreePartitioning

      public QuadtreePartitioning(List<org.locationtech.jts.geom.Envelope> samples, org.locationtech.jts.geom.Envelope boundary, int partitions, int minTreeLevel) throws Exception
      Throws:
      Exception
  • Method Details