Uses of Interface
org.geotools.process.Progress
-
Packages that use Progress Package Description org.geotools.process Define a Process API used to wrap up processes for reuse. -
-
Uses of Progress in org.geotools.process
Classes in org.geotools.process that implement Progress Modifier and Type Class Description class
ProgressTask
An implementation of the Progress interface.Methods in org.geotools.process that return Progress Modifier and Type Method Description Progress
ProcessExecutor. submit(Process task, Map<String,Object> input)
Submits a process for execution and returns a Progress representing the pending results of the task.Progress
ThreadPoolProcessExecutor. submit(Process task, Map<String,Object> input)
-