Uses of Class
org.geotools.process.impl.SingleProcessFactory
-
Packages that use SingleProcessFactory Package Description org.geotools.process.feature -
-
Uses of SingleProcessFactory in org.geotools.process.feature
Subclasses of SingleProcessFactory in org.geotools.process.feature Modifier and Type Class Description class
AbstractFeatureCollectionProcessFactory
Base class for process factories which perform an operation on each feature in a feature collection.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).
-