class StatsReducer extends FeatureReducer
Reduces computed simple features which contain stat information into one on the client
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatsReducer
- FeatureReducer
- SerializableState
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
apply(features: CloseableIterator[SimpleFeature]): CloseableIterator[SimpleFeature]
Reduce the results of a scan
- def canEqual(other: Any): Boolean
-
def
equals(other: Any): Boolean
- Definition Classes
- StatsReducer → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- StatsReducer → AnyRef → Any
-
def
init(state: Map[String, String]): Unit
Initialize an instance after deserialization
Initialize an instance after deserialization
- state
state
- Definition Classes
- StatsReducer → SerializableState
-
def
state: Map[String, String]
The state used to serialize this instance
The state used to serialize this instance
- Definition Classes
- StatsReducer → SerializableState
-
def
toString(): String
- Definition Classes
- FeatureReducer → AnyRef → Any