Packages

class HilbertSpatialKeyIndex extends KeyIndex[SpatialKey]

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

Instance Constructors

  1. new HilbertSpatialKeyIndex(keyBounds: KeyBounds[SpatialKey], xResolution: Int, yResolution: Int)

Value Members

  1. lazy val chc: CompactHilbertCurve
    Annotations
    @transient()
  2. def indexRanges(keyRange: (SpatialKey, SpatialKey)): Seq[(BigInt, BigInt)]
    Definition Classes
    HilbertSpatialKeyIndexKeyIndex
  3. val keyBounds: KeyBounds[SpatialKey]

    Some(keybounds) if the indexed space is bounded; None if it is unbounded

    Some(keybounds) if the indexed space is bounded; None if it is unbounded

    Definition Classes
    HilbertSpatialKeyIndexKeyIndex
  4. val minKey: SpatialKey
  5. def toIndex(key: SpatialKey): BigInt
    Definition Classes
    HilbertSpatialKeyIndexKeyIndex
  6. val xResolution: Int
  7. val yResolution: Int