class HilbertPartitioning extends Serializable

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

Instance Constructors

  1. new HilbertPartitioning(samples: List[Envelope], boundary: Envelope, partitions: Int)

    Instantiates a new hilbert partitioning.

    Instantiates a new hilbert partitioning.

    samples

    the sample list

    boundary

    the boundary

    partitions

    the partitions

    Exceptions thrown

    Exception the exception

Value Members

  1. def getGrids(): List[Envelope]

    Gets the grids.

    Gets the grids.

    returns

    the grids

  2. def getPartitionBounds(): Array[Int]

    Gets the partition bounds.

    Gets the partition bounds.

    returns

    the partition bounds