Uses of Class
org.apache.sedona.core.spatialPartitioning.SpatialPartitioner
Packages that use SpatialPartitioner
-
Uses of SpatialPartitioner in org.apache.sedona.core.spatialPartitioning
Subclasses of SpatialPartitioner in org.apache.sedona.core.spatialPartitioningModifier and TypeClassDescriptionclassThe SpatialPartitioner may contain a large number of grids, which may make the serialized tasks to be larger than 1MB and trigger a warning: "WARN DAGScheduler: Broadcasting large task binary with size XXXX KB".classThe FlatGridPartitioner is used when there is already a set of grids which the data should be partitioned into.classclassThe IndexedGridPartitioner is used when there is already a set of grids which the data should be partitioned into.classclassclassThis class implements spatial partitioner based on the principles outlined in:Constructors in org.apache.sedona.core.spatialPartitioning with parameters of type SpatialPartitionerConstructor parameters in org.apache.sedona.core.spatialPartitioning with type arguments of type SpatialPartitionerModifierConstructorDescriptionBroadcastedSpatialPartitioner(org.apache.spark.broadcast.Broadcast<SpatialPartitioner> partitioner) -
Uses of SpatialPartitioner in org.apache.sedona.core.spatialRDD
Methods in org.apache.sedona.core.spatialRDD that return SpatialPartitionerMethods in org.apache.sedona.core.spatialRDD with parameters of type SpatialPartitionerModifier and TypeMethodDescriptionvoidSpatialRDD.spatialPartitioning(SpatialPartitioner partitioner) voidSpatialRDD.spatialPartitioningWithoutDuplicates(SpatialPartitioner partitioner) Calculate non-duplicate inducing partitioning from an existing SpatialPartitioner