Package org.geotools.process
Interface Progress
- 
- All Known Implementing Classes:
- ProgressTask
 
 public interface Progress extends Future<Map<String,Object>> Used to report on the progress of a runningProcess.The contents of the Map returned by get() are described by ProcessFactory.getResultInfo(Name, Map)description.- Author:
- Jody
 
- 
- 
Field SummaryFields Modifier and Type Field Description static floatWORKINGValue of getProgress used to represent an undefined amount of work.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetProgress()Amount of work completed.
 
- 
- 
- 
Field Detail- 
WORKINGstatic final float WORKING Value of getProgress used to represent an undefined amount of work.- See Also:
- Constant Field Values
 
 
- 
 
-