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