public class EqualPartitioning extends Object implements Serializable
| Constructor and Description |
|---|
EqualPartitioning(com.vividsolutions.jts.geom.Envelope boundary,
int partitions)
Instantiates a new equal partitioning.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.vividsolutions.jts.geom.Envelope> |
getGrids()
Gets the grids.
|
public EqualPartitioning(com.vividsolutions.jts.geom.Envelope boundary,
int partitions)
boundary - the boundarypartitions - the partitionspublic List<com.vividsolutions.jts.geom.Envelope> getGrids()
Copyright © 2017. All rights reserved.