Class EqualPartitioning
java.lang.Object
org.apache.sedona.core.spatialPartitioning.EqualPartitioning
- All Implemented Interfaces:
Serializable
The Class EqualPartitioning.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEqualPartitioning(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 Summary
-
Constructor Details
-
EqualPartitioning
public EqualPartitioning(List<org.locationtech.jts.geom.Envelope> grids, boolean preserveUncontainedGeometries) -
EqualPartitioning
-
EqualPartitioning
public EqualPartitioning(org.locationtech.jts.geom.Envelope boundary, int partitions) Instantiates a new equal partitioning.- Parameters:
boundary- the boundarypartitions- the partitions
-
-
Method Details
-
getGrids
Gets the grids.- Returns:
- the grids
-
placeObject
-
getKeys
-