Uses of Interface
org.geotools.process.ProcessFactory

Packages that use ProcessFactory
org.geotools.data.wps package with WPS specs and utils. 
org.geotools.process Define a Process API used to wrap up processes for reuse. 
org.geotools.process.feature   
org.geotools.process.impl Class to help developers implement additional Processes. 
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 ProcessFactory in org.geotools.data.wps
 

Classes in org.geotools.data.wps that implement ProcessFactory
 class WPSFactory
          This class acts as a ProcessFactory for any process.
 

Constructors in org.geotools.data.wps with parameters of type ProcessFactory
WPSProcess(ProcessFactory factory)
           
 

Uses of ProcessFactory in org.geotools.process
 

Methods in org.geotools.process that return ProcessFactory
static ProcessFactory Processors.createProcessFactory(org.opengis.feature.type.Name name)
          Look up a Factory by name of a process it supports.
 

Methods in org.geotools.process that return types with arguments of type ProcessFactory
static java.util.Set<ProcessFactory> Processors.getProcessFactories()
          Set of available ProcessFactory; each of which is responsible for one or more processes.
 

Uses of ProcessFactory in org.geotools.process.feature
 

Classes in org.geotools.process.feature that implement ProcessFactory
 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 ProcessFactory in org.geotools.process.impl
 

Classes in org.geotools.process.impl that implement ProcessFactory
 class SingleProcessFactory
          Helper class for a process factory that will return just a single process
 

Fields in org.geotools.process.impl declared as ProcessFactory
protected  ProcessFactory AbstractProcess.factory
           
 

Constructors in org.geotools.process.impl with parameters of type ProcessFactory
AbstractProcess(ProcessFactory factory)
           
SimpleProcess(ProcessFactory factory)
           
 

Uses of ProcessFactory in org.geotools.process.literal
 

Classes in org.geotools.process.literal that implement ProcessFactory
 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.
 

Methods in org.geotools.process.literal that return ProcessFactory
 ProcessFactory FeatureBufferProcess.getFactory()
           
 

Uses of ProcessFactory in org.geotools.process.raster
 

Classes in org.geotools.process.raster that implement ProcessFactory
 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.