This document is archived and information here might be outdated.  Recommended version.


IRasterSdeServerOperation2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterSdeServerOperation2 Interface
ArcGIS Developer Help

IRasterSdeServerOperation2 Interface

Provides access to members that control the RasterSDE operation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method BuildPyramids Instructs Raster SDE Server to build pyramid layers based on the defined storage properties.
Method ComputeStatistics Computes statistics on a raster SDE.
Method Create Creates a raster dataset on an SDE server.
Method Delete Deletes raster dataset from SDE server.
Method Insert Insert a raster into a raster catalog on an ArcSDE server.
Method Mosaic Instructs Raster SDE Server to mosaic data based on the defined storage properties.
Method Update Updates properties of raster dataset on SDE server.

Classes that implement IRasterSdeServerOperation2

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.

Remarks

Using IRasterSdeServerOperation2 creates an 8.x raster dataset or raster catalog in ArcSDE, it is not recommended to be used in ArcGIS 9.x

See Also

IRasterSdeConnection Interface | IRasterSdeStorage Interface