Uses of Class
org.geotools.process.ProcessException

Packages that use ProcessException
org.geotools.process Define a Process API used to wrap up processes for reuse. 
org.geotools.process.raster Process examples making use of raster data structures such as GridCoverage and PlanarImage. 
 

Uses of ProcessException in org.geotools.process
 

Methods in org.geotools.process that throw ProcessException
 java.util.Map<java.lang.String,java.lang.Object> Process.execute(java.util.Map<java.lang.String,java.lang.Object> input, org.opengis.util.ProgressListener monitor)
          Execute this process with the provided inputs.
 

Uses of ProcessException in org.geotools.process.raster
 

Subclasses of ProcessException in org.geotools.process.raster
 class VectorToRasterException
          Exception class used by FeatureRasterizerProcess
 

Methods in org.geotools.process.raster that throw ProcessException
 java.util.Map<java.lang.String,java.lang.Object> RasterToVectorProcess.execute(java.util.Map<java.lang.String,java.lang.Object> input, org.opengis.util.ProgressListener monitor)
          Run the raster to vector process.
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> RasterToVectorProcess.process(GridCoverage2D cov, int band, org.opengis.geometry.Envelope bounds, java.util.Collection<java.lang.Double> outsideValues, boolean insideEdges, org.opengis.util.ProgressListener monitor)
          A static helper method that can be called directy to run the process.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.