c

geotrellis.spark.store.hadoop.geotiff

InMemoryGeoTiffAttributeStore

abstract class InMemoryGeoTiffAttributeStore extends CollectionAttributeStore[GeoTiffMetadata]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryGeoTiffAttributeStore
  2. CollectionAttributeStore
  3. AttributeStore
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InMemoryGeoTiffAttributeStore()

Abstract Value Members

  1. abstract val metadataList: List[GeoTiffMetadata]
  2. abstract def persist(uri: URI): Unit
    Annotations
    @experimental()

Concrete Value Members

  1. lazy val data: GeoTiffMetadataTree[GeoTiffMetadata]
  2. lazy val getData: () ⇒ GeoTiffMetadataTree[GeoTiffMetadata]
  3. def query(layerName: Option[String] = None, extent: Option[ProjectedExtent] = None): Seq[GeoTiffMetadata]

    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
    InMemoryGeoTiffAttributeStoreAttributeStore
    Annotations
    @experimental()
  4. def query: Seq[GeoTiffMetadata]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  5. def query(extent: ProjectedExtent): Seq[GeoTiffMetadata]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  6. def query(layerName: String): Seq[GeoTiffMetadata]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  7. def query(layerName: String, extent: ProjectedExtent): Seq[GeoTiffMetadata]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()