case class JsonGeoTiffAttributeStore(uri: URI, readData: (URI) ⇒ GeoTiffMetadataTree[GeoTiffMetadata]) extends CollectionAttributeStore[GeoTiffMetadata] with Product with Serializable
- Annotations
- @experimental()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonGeoTiffAttributeStore
- Serializable
- Serializable
- Product
- Equals
- CollectionAttributeStore
- AttributeStore
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsonGeoTiffAttributeStore(uri: URI, readData: (URI) ⇒ GeoTiffMetadataTree[GeoTiffMetadata])
Value Members
- lazy val data: GeoTiffMetadataTree[GeoTiffMetadata]
-
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
- JsonGeoTiffAttributeStore → AttributeStore
- Annotations
- @experimental()
-
def
query: Seq[GeoTiffMetadata]
- Definition Classes
- AttributeStore
- Annotations
- @experimental()
-
def
query(extent: ProjectedExtent): Seq[GeoTiffMetadata]
- Definition Classes
- AttributeStore
- Annotations
- @experimental()
-
def
query(layerName: String): Seq[GeoTiffMetadata]
- Definition Classes
- AttributeStore
- Annotations
- @experimental()
-
def
query(layerName: String, extent: ProjectedExtent): Seq[GeoTiffMetadata]
- Definition Classes
- AttributeStore
- Annotations
- @experimental()
- val readData: (URI) ⇒ GeoTiffMetadataTree[GeoTiffMetadata]
- val uri: URI