Packages

c

org.apache.sedona.viz.core

VisualizationPartitioner

class VisualizationPartitioner extends Partitioner with Serializable

The Class VisualizationPartitioner.

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

Instance Constructors

  1. new VisualizationPartitioner(resolutionX: Int, resolutionY: Int, partitionX: Int, partitionY: Int)

Value Members

  1. def assignPartitionID(pixelDoubleTuple2: (Pixel, Double)): (Pixel, Double)

    Assign partition ID.

    Assign partition ID.

    pixelDoubleTuple2

    the pixel double tuple 2

    returns

    the tuple 2

  2. def assignPartitionIDs(pixelDoubleTuple2: (Pixel, Double), photoFilterRadius: Int): List[(Pixel, Double)]

    Assign partition I ds.

    Assign partition I ds.

    pixelDoubleTuple2

    the pixel double tuple 2

    photoFilterRadius

    the photo filter radius

    returns

    the list

  3. def getPartition(key: Any): Int
    Definition Classes
    VisualizationPartitioner → Partitioner
    Annotations
    @Override()
  4. def numPartitions(): Int
    Definition Classes
    VisualizationPartitioner → Partitioner
    Annotations
    @Override()