Packages

class HilbertSpaceTimeKeyIndex extends KeyIndex[SpaceTimeKey]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HilbertSpaceTimeKeyIndex
  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 HilbertSpaceTimeKeyIndex(keyBounds: KeyBounds[SpaceTimeKey], xResolution: Int, yResolution: Int, temporalResolution: Int)

Value Members

  1. def binTime(key: SpaceTimeKey): Long
  2. lazy val chc: CompactHilbertCurve
    Annotations
    @transient()
  3. def indexRanges(keyRange: (SpaceTimeKey, SpaceTimeKey)): Seq[(BigInt, BigInt)]
    Definition Classes
    HilbertSpaceTimeKeyIndexKeyIndex
  4. val keyBounds: KeyBounds[SpaceTimeKey]

    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
    HilbertSpaceTimeKeyIndexKeyIndex
  5. val minKey: SpatialKey
  6. val startMillis: Long
  7. val temporalBinCount: Double
  8. val temporalResolution: Int
  9. val timeWidth: Long
  10. def toIndex(key: SpaceTimeKey): BigInt
    Definition Classes
    HilbertSpaceTimeKeyIndexKeyIndex
  11. val xResolution: Int
  12. val yResolution: Int