|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |