OgcWcsCoverageCollection.OgcWcsCoverageCollection Constructors
Initializes a new instance of the OgcWcsCoverageCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | OgcWcsCoverageCollection() | Initializes a new empty instance of the OgcWcsCoverageCollection class. |
Public method | OgcWcsCoverageCollection(IEnumerable< OgcWcsCoverage > items) | Initializes a new instance of the OgcWcsCoverageCollection class with the specified elements. |
OgcWcsCoverageCollection()
Initializes a new empty instance of the OgcWcsCoverageCollection class.Syntax
public OgcWcsCoverageCollection ()
OgcWcsCoverageCollection(IEnumerable< OgcWcsCoverage > items)
Initializes a new instance of the OgcWcsCoverageCollection class with the specified elements.Syntax
public OgcWcsCoverageCollection (
IEnumerable< OgcWcsCoverage > items
)
Parameters
items
Type: A collection of OgcWcsCoverage elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android