com.esri.arcgis.geodatabase
Interface IRasterCatalogName

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterCatalogName

public interface IRasterCatalogName
extends Serializable

Provides access to members that return information about a RasterCatalog.

Product Availability

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

See Also:
IRasterCatalogItem, RasterCatalog

Method Summary
 String getRasterFieldName()
          The name of the default Raster field.
 boolean isRasterDataset()
          Indicates if this is a RasterDataset (a special one-row RasterCatalog).
 void setIsRasterDataset(boolean isRasterDataset)
          Indicates if this is a RasterDataset (a special one-row RasterCatalog).
 void setRasterFieldName(String name)
          The name of the default Raster field.
 

Method Detail

getRasterFieldName

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setRasterFieldName

void setRasterFieldName(String name)
                        throws IOException,
                               AutomationException
The name of the default Raster field.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

isRasterDataset

boolean isRasterDataset()
                        throws IOException,
                               AutomationException
Indicates if this is a RasterDataset (a special one-row RasterCatalog).

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setIsRasterDataset

void setIsRasterDataset(boolean isRasterDataset)
                        throws IOException,
                               AutomationException
Indicates if this is a RasterDataset (a special one-row RasterCatalog).

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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