abstract class InMemoryGeoTiffAttributeStore extends CollectionAttributeStore[GeoTiffMetadata]
- Annotations
- @experimental()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InMemoryGeoTiffAttributeStore
- CollectionAttributeStore
- AttributeStore
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InMemoryGeoTiffAttributeStore()
Abstract Value Members
- abstract val metadataList: List[GeoTiffMetadata]
-
abstract
def
persist(uri: URI): Unit
- Annotations
- @experimental()
Concrete Value Members
- lazy val data: GeoTiffMetadataTree[GeoTiffMetadata]
- lazy val getData: () ⇒ 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
- InMemoryGeoTiffAttributeStore → 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()