c

org.apache.sedona.core.spatialPartitioning

GenericUniquePartitioner

class GenericUniquePartitioner extends SpatialPartitioner

Linear Supertypes
SpatialPartitioner, Partitioner, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericUniquePartitioner
  2. SpatialPartitioner
  3. Partitioner
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericUniquePartitioner(parent: SpatialPartitioner)

Abstract Value Members

  1. abstract def placeObject[T <: Geometry](spatialObject: T): Iterator[(Integer, T)]

    Given a geometry, returns a list of partitions it overlaps.

    Given a geometry, returns a list of partitions it overlaps.

    For points, returns exactly one partition as long as grid type is non-overlapping. For other geometry types or for overlapping grid types, may return multiple partitions.

    Definition Classes
    SpatialPartitioner

Concrete Value Members

  1. def getDedupParams(): DedupParams
    Definition Classes
    GenericUniquePartitionerSpatialPartitioner
    Annotations
    @Override() @Nullable()
  2. def getGridType(): GridType
  3. def getGrids(): List[Envelope]
  4. def getPartition(key: Any): Int
    Definition Classes
    SpatialPartitioner → Partitioner
    Annotations
    @Override()
  5. def numPartitions(): Int
    Definition Classes
    GenericUniquePartitioner → Partitioner
    Annotations
    @Override()
  6. def placeObject(spatialObject: Geometry): Iterator[(Integer, Geometry)]
    Annotations
    @Override()