Provides access to members that control the RasterSDE operation.
Members
Name | Description | |
---|---|---|
BuildPyramids | Instructs Raster SDE Server to build pyramid layers based on the defined storage properties. | |
ComputeStatistics | Computes statistics on a raster SDE. | |
Create | Creates a raster dataset on an SDE server. | |
Delete | Deletes raster dataset from SDE server. | |
Insert | Insert a raster into a raster catalog on an ArcSDE server. | |
Mosaic | Instructs Raster SDE Server to mosaic data based on the defined storage properties. | |
Update | Updates properties of raster dataset on SDE server. |
IRasterSdeServerOperation2.BuildPyramids Method
Instructs Raster SDE Server to build pyramid layers based on the defined storage properties.
Public Sub BuildPyramids ( _
)
public void BuildPyramids (
);
IRasterSdeServerOperation2.ComputeStatistics Method
Computes statistics on a raster SDE.
Public Sub ComputeStatistics ( _
)
public void ComputeStatistics (
);
IRasterSdeServerOperation2.Create Method
Creates a raster dataset on an SDE server.
Public Sub Create ( _
)
public void Create (
);
IRasterSdeServerOperation2.Delete Method
Deletes raster dataset from SDE server.
Public Sub Delete ( _
)
public void Delete (
);
IRasterSdeServerOperation2.Insert Method
Insert a raster into a raster catalog on an ArcSDE server.
Public Sub Insert ( _
)
public void Insert (
);
IRasterSdeServerOperation2.Mosaic Method
Instructs Raster SDE Server to mosaic data based on the defined storage properties.
Public Sub Mosaic ( _
)
public void Mosaic (
);
IRasterSdeServerOperation2.Update Method
Updates properties of raster dataset on SDE server.
Public Sub Update ( _
)
public void Update (
);
Classes that implement IRasterSdeServerOperation2
Classes | Description |
---|---|
BasicRasterSdeLoader | 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