com.esri.arcgis.datasourcesraster
Interface IRasterStatus

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterStatus

public interface IRasterStatus
extends Serializable

Provides access to members that control the raster status.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

fireStart

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

fireStep

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

fireStop

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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