Class QuadtreePartitioning
java.lang.Object
org.apache.sedona.core.spatialPartitioning.QuadtreePartitioning
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QuadTreeRTPartitioning
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionQuadtreePartitioning(List<org.locationtech.jts.geom.Envelope> samples, org.locationtech.jts.geom.Envelope boundary, int partitions) Instantiates a new Quad-Tree partitioning.QuadtreePartitioning(List<org.locationtech.jts.geom.Envelope> samples, org.locationtech.jts.geom.Envelope boundary, int partitions, int minTreeLevel) -
Method Summary
-
Field Details
-
partitionTree
The Quad-Tree.
-
-
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 listboundary- the boundarypartitions- 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
-
getPartitionTree
-