public abstract class SimpleProcess extends AbstractProcess
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
input |
protected Map<String,Object> |
result |
factory
Modifier | Constructor and Description |
---|---|
protected |
SimpleProcess(ProcessFactory factory) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
execute(Map<String,Object> input,
ProgressListener monitor)
Execute this process with the provided inputs.
|
protected Object |
get(String key) |
abstract void |
process()
Implement your own process here.
|
protected SimpleProcess(ProcessFactory factory)
public final Map<String,Object> execute(Map<String,Object> input, ProgressListener monitor)
Process
input
- Input parameters for this processmonitor
- listener for handling the progress of the processpublic abstract void process() throws Exception
Exception
Copyright © 1996–2019 Geotools. All rights reserved.