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