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:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected StandardQuadTree<Integer>partitionTreeThe Quad-Tree.
 - 
Constructor SummaryConstructors Constructor Description QuadtreePartitioning(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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardQuadTreegetPartitionTree()
 
- 
- 
- 
Field Detail- 
partitionTreeprotected final StandardQuadTree<Integer> partitionTree The Quad-Tree.
 
- 
 - 
Constructor Detail- 
QuadtreePartitioningpublic 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
 
 
- 
 - 
Method Detail- 
getPartitionTreepublic StandardQuadTree getPartitionTree() 
 
- 
 
-