Package org.geotools.process
Interface Progress
- All Known Implementing Classes:
ProgressTask
Used to report on the progress of a running
Process
.
The contents of the Map returned by get() are described by ProcessFactory.getResultInfo(Name, Map)
description.
- Author:
- Jody
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final float
Value of getProgress used to represent an undefined amount of work. -
Method Summary
-
Field Details
-
WORKING
static final float WORKINGValue of getProgress used to represent an undefined amount of work.- See Also:
-
-
Method Details
-
getProgress
float getProgress()Amount of work completed.- Returns:
- Percent completed, or WORKING if amount of work is unknown.
-