Packages

class ZSpaceTimeKeyIndex extends KeyIndex[SpaceTimeKey]

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

Value Members

  1. def indexRanges(keyRange: (SpaceTimeKey, SpaceTimeKey)): Seq[(BigInt, BigInt)]
    Definition Classes
    ZSpaceTimeKeyIndexKeyIndex
  2. 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
    ZSpaceTimeKeyIndexKeyIndex
  3. val temporalResolution: Long
  4. def toIndex(key: SpaceTimeKey): BigInt
    Definition Classes
    ZSpaceTimeKeyIndexKeyIndex