Provides access to members that control the RasterSDE connection.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IBasicRasterSdeConnection allows you to set up the ArcSDE connection information before loading or manipulating raster dataset in ArcSDE. This interface is used internally and is not recommended in ArcGIS 9.x. Please see IRasterWorkspace or IRasterWorkspaceEx instead.
Members
Description | ||
---|---|---|
Database | The database name. | |
InputBitMaskName | The input 1-bit raster dataset name to be used as mask. | |
InputRasterName | The input raster dataset name. | |
Instance | The server instance. | |
MaskRaster | The input raster mask to be loaded to SDE. | |
Password | The password. | |
Raster | The input raster to be loaded to SDE. | |
SdeRasterName | The output raster dataset name. | |
SdeWorkspaceName | The SDE Connection, set through WorkspaceName object. | |
ServerName | The server name. | |
UserName | The username. |
CoClasses that implement IBasicRasterSdeConnection
CoClasses and Classes | Description |
---|---|
BasicRasterSdeLoader | A mechanism to control creation of SDE Raster datasets and load raster data. |
RasterSdeLoader (esriDataSourcesRasterUI) | A mechanism to control creation of SDE Raster datasets and load raster data. |