Class EqualPartitioning
- java.lang.Object
- 
- org.apache.sedona.core.spatialPartitioning.EqualPartitioning
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class EqualPartitioning extends Object implements Serializable The Class EqualPartitioning.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description EqualPartitioning(List<org.locationtech.jts.geom.Envelope> grids)EqualPartitioning(List<org.locationtech.jts.geom.Envelope> grids, boolean preserveUncontainedGeometries)EqualPartitioning(org.locationtech.jts.geom.Envelope boundary, int partitions)Instantiates a new equal partitioning.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method 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)
 
- 
- 
- 
Constructor Detail- 
EqualPartitioningpublic EqualPartitioning(List<org.locationtech.jts.geom.Envelope> grids, boolean preserveUncontainedGeometries) 
 - 
EqualPartitioningpublic EqualPartitioning(List<org.locationtech.jts.geom.Envelope> grids) 
 - 
EqualPartitioningpublic EqualPartitioning(org.locationtech.jts.geom.Envelope boundary, int partitions)Instantiates a new equal partitioning.- Parameters:
- boundary- the boundary
- partitions- the partitions
 
 
- 
 
-