ArcObjects Library Reference (Carto)  

IWCSLayer.Create Method

Creates a WCS layer from given WCS coverage definition.

[Visual Basic .NET]
Public Sub Create ( _
    ByVal ServiceURL As String, _
    ByVal CoverageName As String, _
    ByVal serviceVersion As String _
)
[C#]
public void Create (
    string ServiceURL,
    string CoverageName,
    string serviceVersion
);
[C++]
HRESULT Create(
  BSTR ServiceURL,
  BSTR CoverageName,
  BSTR serviceVersion
);
[C++]

Parameters

ServiceURL [in]   ServiceURL is a parameter of type BSTR CoverageName [in]   CoverageName is a parameter of type BSTR serviceVersion [in]   serviceVersion is a parameter of type BSTR

Product Availability

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

Remarks

Create a WCSLayer from a OGC coverage with service URL and coverage name specified

See Also

IWCSLayer Interface

.NET Related Topics

How to access OGC WCS coverage