t

geotrellis.spark.store.hadoop.geotiff

CollectionAttributeStore

trait CollectionAttributeStore[T] extends AttributeStore[Seq, T]

Annotations
@experimental()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollectionAttributeStore
  2. AttributeStore
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def query(layerName: Option[String], extent: Option[ProjectedExtent]): Seq[T]

    The only one query that has to be implemented with this interface We are going to check this theory by implementing PSQL AttributeStore

    The only one query that has to be implemented with this interface We are going to check this theory by implementing PSQL AttributeStore

    Definition Classes
    AttributeStore
    Annotations
    @experimental()

Concrete Value Members

  1. def query: Seq[T]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  2. def query(extent: ProjectedExtent): Seq[T]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  3. def query(layerName: String): Seq[T]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  4. def query(layerName: String, extent: ProjectedExtent): Seq[T]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()