com.esri.arcgis.datasourcesraster
Interface IRasterSdeCatalog

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicRasterSdeLoader

public interface IRasterSdeCatalog
extends Serializable

Provides access to members that control the RasterSDE connection.

Remarks

When inserting rasters into an ArcSDE raster catalog, both CatalogName and RasterName need to be specified, if deleting an ArcSDE raster catalog, you can either specify CatalogName or SdeRasterName of IRasterSdeConnection.

Product Availability

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

See Also:
IRasterSdeServerOperation2

Method Summary
 String getCatalogName()
          The ArcSDE raster catalog name.
 String getRasterName()
          The ArcSDE raster name.
 void setCatalogName(String catalogElementName)
          The ArcSDE raster catalog name.
 void setRasterName(String rasterName)
          The ArcSDE raster name.
 

Method Detail

setCatalogName

void setCatalogName(String catalogElementName)
                    throws IOException,
                           AutomationException
The ArcSDE raster catalog name.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getCatalogName

String getCatalogName()
                      throws IOException,
                             AutomationException
The ArcSDE raster catalog name.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setRasterName

void setRasterName(String rasterName)
                   throws IOException,
                          AutomationException
The ArcSDE raster name.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getRasterName

String getRasterName()
                     throws IOException,
                            AutomationException
The ArcSDE raster name.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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