This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBasicRasterSdeConnection Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the RasterSDE connection.
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.
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 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. |