Uses of Class
org.geotools.process.impl.SingleProcessFactory

Packages that use SingleProcessFactory
org.geotools.data.wps package with WPS specs and utils. 
org.geotools.process.feature   
org.geotools.process.literal Process examples making use of literal data structures such as Geometry and String. 
org.geotools.process.raster Process examples making use of raster data structures such as GridCoverage and PlanarImage. 
 

Uses of SingleProcessFactory in org.geotools.data.wps
 

Subclasses of SingleProcessFactory in org.geotools.data.wps
 class WPSFactory
          This class acts as a ProcessFactory for any process.
 

Uses of SingleProcessFactory in org.geotools.process.feature
 

Subclasses of SingleProcessFactory in org.geotools.process.feature
 class AbstractFeatureCollectionProcessFactory
          Base class for process factories which perform an operation on each feature in a feature collection.
 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).
 

Uses of SingleProcessFactory in org.geotools.process.literal
 

Subclasses of SingleProcessFactory in org.geotools.process.literal
 class BufferFactory
          A Buffer process used on a geometry object.
 class DoubleAdditionFactory
           
 class FeatureBufferFactory
          XXX Untested Factory for FeatureBuffer process
 class IntersectionFactory
          A simple process showing how to interact with a couple of geometry literals.
 class UnionFactory
          A simple process showing how to interact with a couple of geometry literals.
 

Uses of SingleProcessFactory in org.geotools.process.raster
 

Subclasses of SingleProcessFactory in org.geotools.process.raster
 class RasterToVectorFactory
          Process for converting a raster regions to vector polygons.
 class VectorToRasterFactory
          Factory for a Process the rasterizes vector features in an input FeatureCollection.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.