public class VoronoiPartitioning extends Object implements Serializable
| Constructor and Description |
|---|
VoronoiPartitioning(List SampleList,
com.vividsolutions.jts.geom.Envelope boundary,
int partitions)
Instantiates a new voronoi partitioning.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.vividsolutions.jts.geom.Envelope> |
getGrids()
Gets the grids.
|
public VoronoiPartitioning(List SampleList, com.vividsolutions.jts.geom.Envelope boundary, int partitions) throws Exception
SampleList - the sample listboundary - the boundarypartitions - the partitionsException - the exceptionpublic List<com.vividsolutions.jts.geom.Envelope> getGrids()
Copyright © 2017. All rights reserved.