Packages

class StatsReducer extends FeatureReducer

Reduces computed simple features which contain stat information into one on the client

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

Instance Constructors

  1. new StatsReducer()
  2. new StatsReducer(sft: SimpleFeatureType, query: String, encode: Boolean)

    sft

    sft used for the stat query

    query

    stat query

    encode

    encode results or return as json

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
    StatsReducerFeatureReducer
  2. def canEqual(other: Any): Boolean
  3. def equals(other: Any): Boolean
    Definition Classes
    StatsReducer → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    StatsReducer → AnyRef → Any
  5. def init(state: Map[String, String]): Unit

    Initialize an instance after deserialization

    Initialize an instance after deserialization

    state

    state

    Definition Classes
    StatsReducerSerializableState
  6. def state: Map[String, String]

    The state used to serialize this instance

    The state used to serialize this instance

    Definition Classes
    StatsReducerSerializableState
  7. def toString(): String
    Definition Classes
    FeatureReducer → AnyRef → Any