Packages

object LocalQueryRunner extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalQueryRunner
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class LocalTransformReducer extends FeatureReducer with LazyLogging

    Reducer for local transforms.

    Reducer for local transforms. Handles ecql and visibility filtering, transforms and analytic queries.

Value Members

  1. def transform(sft: SimpleFeatureType, features: CloseableIterator[SimpleFeature], transform: Option[(String, SimpleFeatureType)], hints: Hints): CloseableIterator[SimpleFeature]

    Transform plain features into the appropriate return type, based on the hints

    Transform plain features into the appropriate return type, based on the hints

    sft

    simple feature type being queried

    features

    plain, untransformed features matching the simple feature type

    hints

    query hints

  2. def visible(provider: Option[AuthorizationsProvider]): (SimpleFeature) ⇒ Boolean

    Filter to checking visibilities

    Filter to checking visibilities

    provider

    auth provider, if any