Packages

class LocalTransformReducer extends FeatureReducer with LazyLogging

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

Linear Supertypes
LazyLogging, FeatureReducer, SerializableState, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalTransformReducer
  2. LazyLogging
  3. FeatureReducer
  4. SerializableState
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocalTransformReducer()
  2. new LocalTransformReducer(sft: SimpleFeatureType, filter: Option[Filter], visibility: Option[(SimpleFeature) ⇒ Boolean], transform: Option[(String, SimpleFeatureType)], hints: Hints)

    sft

    simple feature type being queried

    hints

    query hints

Value Members

  1. def apply(features: CloseableIterator[SimpleFeature]): CloseableIterator[SimpleFeature]

    Reduce the results of a scan

    Reduce the results of a scan

    features

    features

    Definition Classes
    LocalTransformReducerFeatureReducer
  2. def init(state: Map[String, String]): Unit

    Initialize an instance after deserialization

    Initialize an instance after deserialization

    state

    state

    Definition Classes
    LocalTransformReducerSerializableState
  3. def state: Map[String, String]

    The state used to serialize this instance

    The state used to serialize this instance

    Definition Classes
    LocalTransformReducerSerializableState
  4. def toString(): String
    Definition Classes
    FeatureReducer → AnyRef → Any