OgcWcsDataSet.GetCoverages Methods
Returns collection of OgcWcsCoverage, one for each coverage defined by the service.
Thread safety: This method is not thread-safe.
Overload List
Name | Description | |
---|---|---|
GetCoverages(System.String url) | Returns collection of OgcWcsCoverage, one for each coverage defined by the service. | |
GetCoverages(System.String url, System.String user, System.String password) | Returns collection of OgcWcsCoverage, one for each coverage defined by the service, with user authentication. |
GetCoverages(System.String url)
Returns collection of OgcWcsCoverage, one for each coverage defined by the service.Syntax
public static OgcWcsCoverageCollection GetCoverages (
System.String url
)
Parameters
url
Type: System.String
The URL of the OpenGIS Web Coverage Service that the OgcWcsDataSet should connect to.
The URL of the OpenGIS Web Coverage Service that the OgcWcsDataSet should connect to.
GetCoverages(System.String url, System.String user, System.String password)
Returns collection of OgcWcsCoverage, one for each coverage defined by the service, with user authentication.Syntax
public static OgcWcsCoverageCollection GetCoverages (
System.String url,
System.String user,
System.String password
)
Parameters
url
Type: System.String
The URL of the OpenGIS Web Coverage Service that the OgcWcsDataSet should connect to.
The URL of the OpenGIS Web Coverage Service that the OgcWcsDataSet should connect to.
user
Type: System.String
The user account to use when negotiating with service.
The user account to use when negotiating with service.
password
Type: System.String
The password to use when negotiating with service.
The password to use when negotiating with service.
Platforms
Windows, Linux, Android