|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IERasterStatus
Provides access to members that get events from the Raster Engine.
Method Summary | |
---|---|
boolean |
queryCancel()
Raster Engine asks if user has decided to quit. |
void |
resetCancel()
Raster Engine acknowledges user's desire to abort. |
void |
updateTaskName(String new_task)
Raster Engine has started a different subtask. |
void |
updateTaskStatus(String taskname,
double percent_finished)
Raster Engine reports job status. |
Method Detail |
---|
void updateTaskName(String new_task) throws IOException, AutomationException
new_task
- The new_task (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean queryCancel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateTaskStatus(String taskname, double percent_finished) throws IOException, AutomationException
taskname
- The taskname (in)percent_finished
- The percent_finished (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void resetCancel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |