public class EqualPartitioning extends Object implements Serializable
| Constructor and Description |
|---|
EqualPartitioning(org.locationtech.jts.geom.Envelope boundary,
int partitions)
Instantiates a new equal partitioning.
|
EqualPartitioning(List<org.locationtech.jts.geom.Envelope> grids) |
| Modifier and Type | Method and Description |
|---|---|
List<org.locationtech.jts.geom.Envelope> |
getGrids()
Gets the grids.
|
Set<Integer> |
getKeys(org.locationtech.jts.geom.Geometry geometry) |
Iterator<scala.Tuple2<Integer,org.locationtech.jts.geom.Geometry>> |
placeObject(org.locationtech.jts.geom.Geometry geometry) |
public EqualPartitioning(List<org.locationtech.jts.geom.Envelope> grids)
public EqualPartitioning(org.locationtech.jts.geom.Envelope boundary,
int partitions)
boundary - the boundarypartitions - the partitionsCopyright © 2023 The Apache Software Foundation. All rights reserved.