trait AttributeStore[M[_], T] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeStore
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. 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

  1. def query: M[T]
    Annotations
    @experimental()
  2. def query(extent: ProjectedExtent): M[T]
    Annotations
    @experimental()
  3. def query(layerName: String): M[T]
    Annotations
    @experimental()
  4. def query(layerName: String, extent: ProjectedExtent): M[T]
    Annotations
    @experimental()