com.esri.arcgis.geodatabase
Interface IDERasterCatalog

All Superinterfaces:
Serializable
All Known Implementing Classes:
DERasterCatalog

public interface IDERasterCatalog
extends Serializable

Provides access to members that return information about raster catalog data elements.

Product Availability

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


Method Summary
 String getRasterFieldName()
          The name of the raster field.
 void setRasterFieldName(String fieldName)
          The name of the raster field.
 

Method Detail

getRasterFieldName

String getRasterFieldName()
                          throws IOException,
                                 AutomationException
The name of the raster field.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setRasterFieldName

void setRasterFieldName(String fieldName)
                        throws IOException,
                               AutomationException
The name of the raster field.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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