Uses of Class
org.geotools.process.feature.AbstractFeatureCollectionProcessFactory
-
Packages that use AbstractFeatureCollectionProcessFactory Package Description org.geotools.process.feature -
-
Uses of AbstractFeatureCollectionProcessFactory in org.geotools.process.feature
Subclasses of AbstractFeatureCollectionProcessFactory in org.geotools.process.feature Modifier and Type Class Description class
FeatureToFeatureProcessFactory
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).Constructors in org.geotools.process.feature with parameters of type AbstractFeatureCollectionProcessFactory Constructor Description AbstractFeatureCollectionProcess(AbstractFeatureCollectionProcessFactory factory)
Constructor
-