Packages

c

geotrellis.store.index.rowmajor

RowMajorSpatialKeyIndex

class RowMajorSpatialKeyIndex extends KeyIndex[SpatialKey]

Represents a row major ordering for SpatialKey

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowMajorSpatialKeyIndex
  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 RowMajorSpatialKeyIndex(keyBounds: KeyBounds[SpatialKey])

Value Members

  1. def indexRanges(keyRange: (SpatialKey, SpatialKey)): Seq[(BigInt, BigInt)]
    Definition Classes
    RowMajorSpatialKeyIndexKeyIndex
  2. 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
    RowMajorSpatialKeyIndexKeyIndex
  3. val layoutCols: Int
  4. val minCol: Int
  5. val minRow: Int
  6. def toIndex(col: Int, row: Int): BigInt
  7. def toIndex(key: SpatialKey): BigInt
    Definition Classes
    RowMajorSpatialKeyIndexKeyIndex