Packages

c

geotrellis.store.index.zcurve

ZSpatialKeyIndex

class ZSpatialKeyIndex extends KeyIndex[SpatialKey]

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

Value Members

  1. def indexRanges(keyRange: (SpatialKey, SpatialKey)): Seq[(BigInt, BigInt)]
    Definition Classes
    ZSpatialKeyIndexKeyIndex
  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
    ZSpatialKeyIndexKeyIndex
  3. def toIndex(key: SpatialKey): BigInt
    Definition Classes
    ZSpatialKeyIndexKeyIndex