com.esri.arcgis.datasourcesraster
Interface IERasterStatus

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultRasterStatusEvent, IERasterStatusProxy

public interface IERasterStatus
extends java.io.Serializable

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

IIDce4bcc80_2758_11d3_80ce_00500462e955

static final int IIDce4bcc80_2758_11d3_80ce_00500462e955
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

updateTaskName

void updateTaskName(java.lang.String new_task)
                    throws java.io.IOException,
                           AutomationException
Raster Engine has started a different subtask.

Parameters:
new_task - The new_task (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryCancel

boolean queryCancel()
                    throws java.io.IOException,
                           AutomationException
Raster Engine asks if user has decided to quit.

Returns:
The give_up
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateTaskStatus

void updateTaskStatus(java.lang.String taskname,
                      double percent_finished)
                      throws java.io.IOException,
                             AutomationException
Raster Engine reports job status.

Parameters:
taskname - The taskname (in)
percent_finished - The percent_finished (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetCancel

void resetCancel()
                 throws java.io.IOException,
                        AutomationException
Raster Engine acknowledges user's desire to abort.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.