Class RtreePartitioning
- java.lang.Object
-
- org.apache.sedona.core.spatialPartitioning.RtreePartitioning
-
- All Implemented Interfaces:
Serializable
public class RtreePartitioning extends Object implements Serializable
The Class RtreePartitioning.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RtreePartitioning(List<org.locationtech.jts.geom.Envelope> samples, int partitions)
Instantiates a new rtree partitioning.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.locationtech.jts.geom.Envelope>
getGrids()
Gets the grids.
-
-
-
Method Detail
-
getGrids
public List<org.locationtech.jts.geom.Envelope> getGrids()
Gets the grids.- Returns:
- the grids
-
-