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. 
 

Uses of ProcessException in org.geotools.process
 

Methods in org.geotools.process that throw ProcessException
 Map<String,Object> Process.execute(Map<String,Object> input, ProgressListener monitor)
          Execute this process with the provided inputs.
 GridGeometry RenderingProcess.invertGridGeometry(Map<String,Object> input, Query targetQuery, GridGeometry targetGridGeometry)
          Given a target query and a target grid geometry returns the grid geometry to be used to read the input data of the process involved in rendering.
 Query RenderingProcess.invertQuery(Map<String,Object> input, Query targetQuery, GridGeometry gridGeometry)
          Given a target query and a target grid geometry returns the query to be used to read the input data of the process involved in rendering.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.