|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IERasterStatus
COM Interface 'IERasterStatus'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDce4bcc80_2758_11d3_80ce_00500462e955
|
static int |
xxDummy
Deprecated. Internal use only |
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(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. |
Field Detail |
---|
static final int IIDce4bcc80_2758_11d3_80ce_00500462e955
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |