class ZSpaceTimeKeyIndex extends KeyIndex[SpaceTimeKey]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZSpaceTimeKeyIndex
- KeyIndex
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ZSpaceTimeKeyIndex(keyBounds: KeyBounds[SpaceTimeKey], temporalResolution: Long)
Value Members
-
def
indexRanges(keyRange: (SpaceTimeKey, SpaceTimeKey)): Seq[(BigInt, BigInt)]
- Definition Classes
- ZSpaceTimeKeyIndex → KeyIndex
-
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
- ZSpaceTimeKeyIndex → KeyIndex
- val temporalResolution: Long
-
def
toIndex(key: SpaceTimeKey): BigInt
- Definition Classes
- ZSpaceTimeKeyIndex → KeyIndex