com.esri.arcgis.datasourcesraster
Interface IRasterSdeCatalog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicRasterSdeLoader, IRasterSdeCatalogProxy

public interface IRasterSdeCatalog
extends java.io.Serializable

COM Interface 'IRasterSdeCatalog'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control the RasterSDE connection.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID37a7af98_cbdc_4e5f_b1b5_7706804de6b0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCatalogName()
          The ArcSDE raster catalog name.
 java.lang.String getRasterName()
          The ArcSDE raster name.
 void setCatalogName(java.lang.String catalogElementName)
          The ArcSDE raster catalog name.
 void setRasterName(java.lang.String rasterName)
          The ArcSDE raster name.
 

Field Detail

IID37a7af98_cbdc_4e5f_b1b5_7706804de6b0

static final int IID37a7af98_cbdc_4e5f_b1b5_7706804de6b0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCatalogName

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

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

getCatalogName

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

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

setRasterName

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

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

getRasterName

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

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