c

geotrellis.spark.store.hadoop.geotiff

JsonGeoTiffAttributeStore

case class JsonGeoTiffAttributeStore(uri: URI, readData: (URI) ⇒ GeoTiffMetadataTree[GeoTiffMetadata]) extends CollectionAttributeStore[GeoTiffMetadata] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonGeoTiffAttributeStore
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CollectionAttributeStore
  7. AttributeStore
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonGeoTiffAttributeStore(uri: URI, readData: (URI) ⇒ GeoTiffMetadataTree[GeoTiffMetadata])

Value Members

  1. lazy val data: GeoTiffMetadataTree[GeoTiffMetadata]
  2. 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
    JsonGeoTiffAttributeStoreAttributeStore
    Annotations
    @experimental()
  3. def query: Seq[GeoTiffMetadata]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  4. def query(extent: ProjectedExtent): Seq[GeoTiffMetadata]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  5. def query(layerName: String): Seq[GeoTiffMetadata]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  6. def query(layerName: String, extent: ProjectedExtent): Seq[GeoTiffMetadata]
    Definition Classes
    AttributeStore
    Annotations
    @experimental()
  7. val readData: (URI) ⇒ GeoTiffMetadataTree[GeoTiffMetadata]
  8. val uri: URI