Package org.geotools.process.impl
Class SimpleProcess
Object
AbstractProcess
SimpleProcess
- All Implemented Interfaces:
Process
Provide an implementation for a simple process (ie so quick and easy it is not going to need to report progress as it
goes).
- Author:
- gdavis
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class AbstractProcess
factory
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
input
-
result
-
-
Constructor Details
-
SimpleProcess
-
-
Method Details
-
execute
Description copied from interface:Process
Execute this process with the provided inputs.- Parameters:
input
- Input parameters for this processmonitor
- listener for handling the progress of the process- Returns:
- Map of results, (@see ProcessFactory for details), or null if canceled
-
process
Implement your own process here.- Throws:
Exception
-
get
-