Package | Description |
---|---|
org.geotools.process |
Define a Process API used to wrap up processes for reuse.
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressTask
An implementation of the Progress interface.
|
Modifier and Type | Method and Description |
---|---|
Progress |
ThreadPoolProcessExecutor.submit(Process task,
Map<String,Object> input) |
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.
|
Copyright © 1996–2022 Geotools. All rights reserved.