trait AttributeStore[M[_], T] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AttributeStore
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
query(layerName: Option[String], extent: Option[ProjectedExtent]): M[T]
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
- Annotations
- @experimental()
Concrete Value Members
-
def
query: M[T]
- Annotations
- @experimental()
-
def
query(extent: ProjectedExtent): M[T]
- Annotations
- @experimental()
-
def
query(layerName: String): M[T]
- Annotations
- @experimental()
-
def
query(layerName: String, extent: ProjectedExtent): M[T]
- Annotations
- @experimental()