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

Packages that use AbstractProcess
org.geotools.data.wps package with WPS specs and utils. 
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 AbstractProcess in org.geotools.data.wps
 

Subclasses of AbstractProcess in org.geotools.data.wps
 class WPSProcess
          This is a representation of a process built from the WPSFactory class.
 

Uses of AbstractProcess in org.geotools.process.feature
 

Subclasses of AbstractProcess in org.geotools.process.feature
 class AbstractFeatureCollectionProcess
          A Process for feature collections.
 class BufferFeatureCollectionProcess
          Process which buffers an entire feature collection.
 class FeatureToFeatureProcess
          Abstract implementation of Process for feature collections.
 

Uses of AbstractProcess in org.geotools.process.impl
 

Subclasses of AbstractProcess in org.geotools.process.impl
 class SimpleProcess
          Provide an implementation for a simple process (ie so quick and easy it is not going to need to report progress as it goes).
 

Uses of AbstractProcess in org.geotools.process.literal
 

Subclasses of AbstractProcess in org.geotools.process.literal
 class FeatureBufferProcess
          XXX Untested Buffer a Feature and return the result
 

Uses of AbstractProcess in org.geotools.process.raster
 

Subclasses of AbstractProcess in org.geotools.process.raster
 class RasterToVectorProcess
          Vectorizes discrete regions of uniform value in the specified band of a GridCoverage2D object.
 class VectorToRasterProcess
          A Process to rasterize vector features in an input FeatureCollection.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.