com.esri.arcgis.datasourcesraster
Interface IRasterFormatControl

All Superinterfaces:
Serializable
All Known Implementing Classes:
FormatList

public interface IRasterFormatControl
extends Serializable

Provides access to members that control raster format support level.

Product Availability

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


Method Summary
 int getFormatSupportLevel()
          The current raster format support level.
 void setFormatSupportLevel(int pSupportLevel)
          The current raster format support level.
 

Method Detail

getFormatSupportLevel

int getFormatSupportLevel()
                          throws IOException,
                                 AutomationException
The current raster format support level.

Product Availability

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

Returns:
A com.esri.arcgis.datasourcesraster.esriRasterFormatSupportLevel constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFormatSupportLevel

void setFormatSupportLevel(int pSupportLevel)
                           throws IOException,
                                  AutomationException
The current raster format support level.

Product Availability

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

Parameters:
pSupportLevel - A com.esri.arcgis.datasourcesraster.esriRasterFormatSupportLevel constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.