Packages

trait AttributeStore extends AttributeCaching with LayerAttributeStore

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

Abstract Value Members

  1. abstract def availableAttributes(id: LayerId): Seq[String]
  2. abstract def delete(layerId: LayerId, attributeName: String): Unit
  3. abstract def delete(layerId: LayerId): Unit
  4. abstract def layerExists(layerId: LayerId): Boolean
  5. abstract def layerIds: Seq[LayerId]
  6. abstract def read[T](layerId: LayerId, attributeName: String)(implicit arg0: Decoder[T]): T
  7. abstract def readAll[T](attributeName: String)(implicit arg0: Decoder[T]): Map[LayerId, T]
  8. abstract def readCOGLayerAttributes[H, M](id: LayerId)(implicit arg0: Decoder[H], arg1: Decoder[M]): COGLayerAttributes[H, M]
    Definition Classes
    LayerAttributeStore
  9. abstract def readHeader[H](id: LayerId)(implicit arg0: Decoder[H]): H
    Definition Classes
    LayerAttributeStore
  10. abstract def readKeyIndex[K](id: LayerId)(implicit arg0: ClassTag[K]): KeyIndex[K]
    Definition Classes
    LayerAttributeStore
  11. abstract def readKeyIndexes[K](id: LayerId)(implicit arg0: ClassTag[K]): Map[ZoomRange, KeyIndex[K]]
  12. abstract def readLayerAttributes[H, M, K](id: LayerId)(implicit arg0: Decoder[H], arg1: Decoder[M], arg2: ClassTag[K]): LayerAttributes[H, M, K]
    Definition Classes
    LayerAttributeStore
  13. abstract def readMetadata[M](id: LayerId)(implicit arg0: Decoder[M]): M
    Definition Classes
    LayerAttributeStore
  14. abstract def readSchema(id: LayerId): Schema
    Definition Classes
    LayerAttributeStore
  15. abstract def write[T](layerId: LayerId, attributeName: String, value: T)(implicit arg0: Encoder[T]): Unit
  16. abstract def writeCOGLayerAttributes[H, M](id: LayerId, header: H, metadata: M)(implicit arg0: Encoder[H], arg1: Encoder[M]): Unit
    Definition Classes
    LayerAttributeStore
  17. 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
    Definition Classes
    LayerAttributeStore

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def availableZoomLevels(layerName: String): Seq[Int]

    Return a sequence of available zoom levels for a named layer.

    Return a sequence of available zoom levels for a named layer.

    This function should be re-implemented by AttributeStore subclasses so that catalogs with large numbers of layers can be queried efficiently.

  6. def cacheLayerType(layerId: LayerId, layerType: LayerType): LayerType
    Definition Classes
    AttributeCaching
  7. def cacheRead[T](layerId: LayerId, attributeName: String)(implicit arg0: Decoder[T]): T
    Definition Classes
    AttributeCaching
  8. def cacheWrite[T](layerId: LayerId, attributeName: String, value: T)(implicit arg0: Encoder[T]): Unit
    Definition Classes
    AttributeCaching
  9. def clearCache(id: LayerId, attribute: String): Unit
    Definition Classes
    AttributeCaching
  10. def clearCache(id: LayerId): Unit
    Definition Classes
    AttributeCaching
  11. def clearCache(): Unit
    Definition Classes
    AttributeCaching
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def copy(from: LayerId, to: LayerId, attributes: Seq[String]): Unit
  14. def copy(from: LayerId, to: LayerId): Unit
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def isCOGLayer(id: LayerId): Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def layerType(id: LayerId): LayerType
  23. def layersWithZoomLevels: Map[String, Seq[Int]]

    Return a map with layer names and the list of available zoom levels for each.

    Return a map with layer names and the list of available zoom levels for each.

    This function should be re-implemented by AttributeStore subclasses so that catalogs with large numbers of layers can be queried efficiently.

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from LayerAttributeStore

Inherited from Serializable

Inherited from Serializable

Inherited from AttributeCaching

Inherited from AnyRef

Inherited from Any

Ungrouped