Trait/Object

geotrellis.spark.io

AttributeStore

Related Docs: object AttributeStore | package io

Permalink

trait AttributeStore extends AttributeCaching with LayerAttributeStore

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeStore
  2. LayerAttributeStore
  3. AttributeCaching
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def availableAttributes(id: LayerId): Seq[String]

    Permalink
  2. abstract def delete(layerId: LayerId, attributeName: String): Unit

    Permalink
  3. abstract def delete(layerId: LayerId): Unit

    Permalink
  4. abstract def layerExists(layerId: LayerId): Boolean

    Permalink
  5. abstract def layerIds: Seq[LayerId]

    Permalink
  6. abstract def read[T](layerId: LayerId, attributeName: String)(implicit arg0: JsonFormat[T]): T

    Permalink
  7. abstract def readAll[T](attributeName: String)(implicit arg0: JsonFormat[T]): Map[LayerId, T]

    Permalink
  8. abstract def readHeader[H](id: LayerId)(implicit arg0: JsonFormat[H]): H

    Permalink
    Definition Classes
    LayerAttributeStore
  9. abstract def readKeyIndex[K](id: LayerId)(implicit arg0: ClassTag[K]): KeyIndex[K]

    Permalink
    Definition Classes
    LayerAttributeStore
  10. abstract def readLayerAttributes[H, M, K](id: LayerId)(implicit arg0: JsonFormat[H], arg1: JsonFormat[M], arg2: ClassTag[K]): LayerAttributes[H, M, K]

    Permalink
    Definition Classes
    LayerAttributeStore
  11. abstract def readMetadata[M](id: LayerId)(implicit arg0: JsonFormat[M]): M

    Permalink
    Definition Classes
    LayerAttributeStore
  12. abstract def readSchema(id: LayerId): Schema

    Permalink
    Definition Classes
    LayerAttributeStore
  13. abstract def write[T](layerId: LayerId, attributeName: String, value: T)(implicit arg0: JsonFormat[T]): Unit

    Permalink
  14. abstract def writeLayerAttributes[H, M, K](id: LayerId, header: H, metadata: M, keyIndex: KeyIndex[K], schema: Schema)(implicit arg0: JsonFormat[H], arg1: JsonFormat[M], arg2: ClassTag[K]): Unit

    Permalink
    Definition Classes
    LayerAttributeStore

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cacheRead[T](layerId: LayerId, attributeName: String)(implicit arg0: JsonFormat[T]): T

    Permalink
    Definition Classes
    AttributeCaching
  6. def cacheWrite[T](layerId: LayerId, attributeName: String, value: T)(implicit arg0: JsonFormat[T]): Unit

    Permalink
    Definition Classes
    AttributeCaching
  7. def clearCache(id: LayerId, attribute: String): Unit

    Permalink
    Definition Classes
    AttributeCaching
  8. def clearCache(id: LayerId): Unit

    Permalink
    Definition Classes
    AttributeCaching
  9. def clearCache(): Unit

    Permalink
    Definition Classes
    AttributeCaching
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def copy(from: LayerId, to: LayerId, attributes: Seq[String]): Unit

    Permalink
  12. def copy(from: LayerId, to: LayerId): Unit

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LayerAttributeStore

Inherited from AttributeCaching

Inherited from AnyRef

Inherited from Any

Ungrouped