public interface IERasterStatus
extends java.io.Serializable
Description: 'Provides access to members that get events from the Raster Engine.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDce4bcc80_2758_11d3_80ce_00500462e955 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
queryCancel()
Raster Engine asks if user has decided to quit.
|
void |
resetCancel()
Raster Engine acknowledges user's desire to abort.
|
void |
updateTaskName(java.lang.String new_task)
Raster Engine has started a different subtask.
|
void |
updateTaskStatus(java.lang.String taskname,
double percent_finished)
Raster Engine reports job status.
|
static final int IIDce4bcc80_2758_11d3_80ce_00500462e955
static final int xxDummy
static final java.lang.String IID
void updateTaskName(java.lang.String new_task) throws java.io.IOException, AutomationException
new_task
- The new_task (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean queryCancel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void updateTaskStatus(java.lang.String taskname, double percent_finished) throws java.io.IOException, AutomationException
taskname
- The taskname (in)percent_finished
- The percent_finished (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void resetCancel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.