Class FeatureToFeatureProcessFactory

All Implemented Interfaces:
ProcessFactory, Factory, OptionalFactory

public abstract class FeatureToFeatureProcessFactory extends AbstractFeatureCollectionProcessFactory
Base class for process factories which perform an operation on each feature in a feature collection with the result being a feature collection (the original collection modified or a new collection).

Note: This base class is intended to be used for processes which operate on each feature in a feature collection, resulting in a new feature collection which has the same schema as the original.

Subclasses must implement:

Since:
2.6
Author:
Justin Deoliveira, OpenGEO