class LocalTransformReducer extends FeatureReducer with LazyLogging
Reducer for local transforms. Handles ecql and visibility filtering, transforms and analytic queries.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalTransformReducer
- LazyLogging
- 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
Reduce the results of a scan
- features
features
- Definition Classes
- LocalTransformReducer → FeatureReducer
-
def
init(state: Map[String, String]): Unit
Initialize an instance after deserialization
Initialize an instance after deserialization
- state
state
- Definition Classes
- LocalTransformReducer → SerializableState
-
def
state: Map[String, String]
The state used to serialize this instance
The state used to serialize this instance
- Definition Classes
- LocalTransformReducer → SerializableState
-
def
toString(): String
- Definition Classes
- FeatureReducer → AnyRef → Any