t

geotrellis.spark.store.hadoop.geotiff

IteratorAttributeStore

trait IteratorAttributeStore[T] extends AttributeStore[Iterator, T]

Annotations
@experimental()
Linear Supertypes
AttributeStore[Iterator, T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IteratorAttributeStore
  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]): Iterator[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: Iterator[T]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  2. def query(extent: ProjectedExtent): Iterator[T]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  3. def query(layerName: String): Iterator[T]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  4. def query(layerName: String, extent: ProjectedExtent): Iterator[T]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()