This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWCSLayer Interface > IWCSLayer.Create Method (ArcObjects .NET 10.4 SDK) |
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
Create a WCSLayer from a OGC coverage with service URL and coverage name specified