com.esri.arcgis.datasourcesraster
Interface IRasterStatus

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterStatusProxy, RasterStatus

public interface IRasterStatus
extends java.io.Serializable

COM Interface 'IRasterStatus'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control the raster status.' 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 IID6c58cb80_5834_11d4_8d9b_00c04f5b87b2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void fireStart(int min, int max)
          Fires a Start of a raster status event.
 void fireStep(int pos)
          Fires a Step of a raster status event.
 void fireStop()
          Fires a Step of a raster status event.
 

Field Detail

IID6c58cb80_5834_11d4_8d9b_00c04f5b87b2

static final int IID6c58cb80_5834_11d4_8d9b_00c04f5b87b2
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

fireStart

void fireStart(int min,
               int max)
               throws java.io.IOException,
                      AutomationException
Fires a Start of a raster status event.

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

fireStep

void fireStep(int pos)
              throws java.io.IOException,
                     AutomationException
Fires a Step of a raster status event.

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

fireStop

void fireStop()
              throws java.io.IOException,
                     AutomationException
Fires a Step of a raster status event.

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