public interface IRasterSdeCatalog
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID37a7af98_cbdc_4e5f_b1b5_7706804de6b0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID37a7af98_cbdc_4e5f_b1b5_7706804de6b0
static final int xxDummy
static final java.lang.String IID
void setCatalogName(java.lang.String catalogElementName) throws java.io.IOException, AutomationException
catalogElementName
- The catalogElementName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCatalogName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterName(java.lang.String rasterName) throws java.io.IOException, AutomationException
rasterName
- The rasterName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getRasterName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.