com.esri.arcgis.geodatabase
Interface IRasterFieldInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRasterFieldInfoProxy

public interface IRasterFieldInfo
extends Serializable

Provides access to additional field information for those tables with raster fields.

Product Availability

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


Method Summary
 IField getRasterField()
          The raster field.
 String getRasterFieldName()
          Convenience method to get the raster field name without getting the raster field.
 

Method Detail

getRasterField

IField getRasterField()
                      throws IOException,
                             AutomationException
The raster field.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.IField
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterFieldName

String getRasterFieldName()
                          throws IOException,
                                 AutomationException
Convenience method to get the raster field name without getting 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.