Uses of Class
org.geotools.process.feature.AbstractFeatureCollectionProcessFactory

Packages that use AbstractFeatureCollectionProcessFactory
org.geotools.process.feature   
org.geotools.process.raster Process examples making use of raster data structures such as GridCoverage and PlanarImage. 
 

Uses of AbstractFeatureCollectionProcessFactory in org.geotools.process.feature
 

Subclasses of AbstractFeatureCollectionProcessFactory in org.geotools.process.feature
 class BufferFeatureCollectionFactory
          Factory for process which buffers an entire 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).
 

Constructors in org.geotools.process.feature with parameters of type AbstractFeatureCollectionProcessFactory
AbstractFeatureCollectionProcess(AbstractFeatureCollectionProcessFactory factory)
          Constructor
 

Uses of AbstractFeatureCollectionProcessFactory in org.geotools.process.raster
 

Subclasses of AbstractFeatureCollectionProcessFactory in org.geotools.process.raster
 class VectorToRasterFactory
          Factory for a Process the rasterizes vector features in an input FeatureCollection.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.