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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- lazy val data: GeoTiffMetadataTree[GeoTiffMetadata]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val uri: URI
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()