Packages

c

geotrellis.store

BoundLayerQuery

class BoundLayerQuery[K, M, ReturnType] extends AnyRef

Wrapper for LayerQuery that binds it to some function that is able to produce a resulting value.

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

Instance Constructors

  1. new BoundLayerQuery(query: LayerQuery[K, M], f: (LayerQuery[K, M]) ⇒ ReturnType)

Value Members

  1. def result: ReturnType
  2. def where[F, T](params: Expression[F, T])(implicit ev: LayerFilter[K, F, T, M]): BoundLayerQuery[K, M, ReturnType]