Uses of Class
org.apache.sedona.core.spatialPartitioning.PartitioningUtils
Packages that use PartitioningUtils
Package
Description
-
Uses of PartitioningUtils in org.apache.sedona.core.spatialPartitioning
Subclasses of PartitioningUtils in org.apache.sedona.core.spatialPartitioningMethods in org.apache.sedona.core.spatialPartitioning that return PartitioningUtilsModifier and TypeMethodDescriptionstatic PartitioningUtilsPartitioningUtils.getPartitioner(List<org.locationtech.jts.geom.Geometry> samples, GridType gridType, org.locationtech.jts.geom.Envelope boundaryEnvelope, int resolution) static PartitioningUtilsPartitioningUtils.getPartitioner(org.locationtech.jts.geom.Envelope boundaryEnvelope, int resolution) If the user only provides boundary and numPartitions, use equal grids. -
Uses of PartitioningUtils in org.apache.sedona.core.spatialPartitioning.quadtree
Subclasses of PartitioningUtils in org.apache.sedona.core.spatialPartitioning.quadtreeModifier and TypeClassDescriptionclassThe ExtendedQuadTree class uses a modified quad-tree approach for partitioning spatial data, as described in "Simba: Efficient In-Memory Spatial Analytics".class