IRasterWorkspace4 Interface

Provides access to additional members that control a raster workspace.

Members

Name Description
Method CreateRasterDataset Creates a RasterDataset in the workspace given its name.

IRasterWorkspace4.CreateRasterDataset Method

Creates a RasterDataset in the workspace given its name.

Public Function CreateRasterDataset ( _
    ByVal Name As String, _
    ByVal Format As String, _
    ByVal pOrigin As IPoint, _
    ByVal nCols As Integer, _
    ByVal nRows As Integer, _
    ByVal dx As Double, _
    ByVal dy As Double, _
    ByVal nBands As Integer, _
    ByVal PixelType As rstPixelType, _
    ByVal SpatialReference As ISpatialReference, _
    ByVal Permanent As Boolean, _
    ByVal pStorageDef As IRasterStorageDef, _
    ByVal ConfigKeyword As String _
) As IRasterDataset
public IRasterDataset CreateRasterDataset (
    string Name,
    string Format,
    IPoint pOrigin,
    int nCols,
    int nRows,
    double dx,
    double dy,
    int nBands,
    rstPixelType PixelType,
    ISpatialReference SpatialReference,
    bool Permanent,
    IRasterStorageDef pStorageDef,
    string ConfigKeyword
);

Classes that implement IRasterWorkspace4

Classes Description

Remarks

The IRasterWorkspace4 interface allows you to create a raster dataset using the IRasterStorageDef and ConfigKeyword.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close