public class QuadtreePartitioning extends Object implements Serializable
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
StandardQuadTree |
getPartitionTree() |
public QuadtreePartitioning(List<org.locationtech.jts.geom.Envelope> samples, org.locationtech.jts.geom.Envelope boundary, int partitions) throws Exception
samples - the sample listboundary - the boundarypartitions - the partitionsExceptionpublic StandardQuadTree getPartitionTree()
Copyright © 2023 The Apache Software Foundation. All rights reserved.