class RowMajorSpatialKeyIndex extends KeyIndex[SpatialKey]
Represents a row major ordering for SpatialKey
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RowMajorSpatialKeyIndex
- KeyIndex
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RowMajorSpatialKeyIndex(keyBounds: KeyBounds[SpatialKey])
Value Members
-
def
indexRanges(keyRange: (SpatialKey, SpatialKey)): Seq[(BigInt, BigInt)]
- Definition Classes
- RowMajorSpatialKeyIndex → 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
- RowMajorSpatialKeyIndex → KeyIndex
- val layoutCols: Int
- val minCol: Int
- val minRow: Int
- def toIndex(col: Int, row: Int): BigInt
-
def
toIndex(key: SpatialKey): BigInt
- Definition Classes
- RowMajorSpatialKeyIndex → KeyIndex