Provides access to members that control the RasterSDE connection.
Product Availability
Available with ArcGIS Desktop.
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 sde password. |
![]() |
Raster | The input raster to be loaded to SDE. |
![]() |
SdeConnection | The SDE Connection, set through GxDatabase object. |
![]() |
SdeRasterName | The output raster dataset name. |
![]() |
SdeWorkspaceName | The SDE Connection, set through WorkspaceName object. |
![]() |
ServerName | The server name. |
![]() |
UserName | The sde username. |
CoClasses that implement IRasterSdeConnection2
CoClasses and Classes | Description |
---|---|
RasterSdeLoader | A mechanism to control creation of SDE Raster datasets and load raster data. |
Remarks
There are three ways to specify a connection to a geodatabase: a WorkspaceName object, a GxDatabase, or the connection properties for the database.
The SdeConnection property allows you to specify a GxDatabase object, which can be retrieved from ArcCatalog containing the connection properties.
The SdeWorkspaceName property lets you specify the connection using a WorkspaceName object that contains the connection information.
To connect without using a WorkspaceName or GxDatabase object, the ServerName, Instance, UserName, Password and Database properties must be specified.
Connection to an ArcSDE geodatabase, InputRasterName and SdeRasterName are required for loading rasters.