|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterSdeCatalog
Provides access to members that control the RasterSDE connection.
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.
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 |
---|
void setCatalogName(String catalogElementName) throws IOException, AutomationException
catalogElementName
- The catalogElementName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCatalogName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterName(String rasterName) throws IOException, AutomationException
rasterName
- The rasterName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRasterName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |