Packages

t

geotrellis.store

LayerAttributeStore

trait LayerAttributeStore extends Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LayerAttributeStore
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def readCOGLayerAttributes[H, M](id: LayerId)(implicit arg0: Decoder[H], arg1: Decoder[M]): COGLayerAttributes[H, M]
  2. abstract def readHeader[H](id: LayerId)(implicit arg0: Decoder[H]): H
  3. abstract def readKeyIndex[K](id: LayerId)(implicit arg0: ClassTag[K]): KeyIndex[K]
  4. abstract def readLayerAttributes[H, M, K](id: LayerId)(implicit arg0: Decoder[H], arg1: Decoder[M], arg2: ClassTag[K]): LayerAttributes[H, M, K]
  5. abstract def readMetadata[M](id: LayerId)(implicit arg0: Decoder[M]): M
  6. abstract def readSchema(id: LayerId): Schema
  7. abstract def writeCOGLayerAttributes[H, M](id: LayerId, header: H, metadata: M)(implicit arg0: Encoder[H], arg1: Encoder[M]): Unit
  8. abstract def writeLayerAttributes[H, M, K](id: LayerId, header: H, metadata: M, keyIndex: KeyIndex[K], schema: Schema)(implicit arg0: Encoder[H], arg1: Encoder[M], arg2: ClassTag[K]): Unit