OgcWfsFeatureTypeCollection.OgcWfsFeatureTypeCollection Constructors
Initializes a new instance of the OgcWfsFeatureTypeCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | OgcWfsFeatureTypeCollection() | Initializes a new empty instance of the OgcWfsFeatureTypeCollection class. |
Public method | OgcWfsFeatureTypeCollection(IEnumerable< OgcWfsFeatureType > items) | Initializes a new instance of the OgcWfsFeatureTypeCollection class with the specified elements. |
OgcWfsFeatureTypeCollection()
Initializes a new empty instance of the OgcWfsFeatureTypeCollection class.Syntax
public OgcWfsFeatureTypeCollection ()
OgcWfsFeatureTypeCollection(IEnumerable< OgcWfsFeatureType > items)
Initializes a new instance of the OgcWfsFeatureTypeCollection class with the specified elements.Syntax
public OgcWfsFeatureTypeCollection (
IEnumerable< OgcWfsFeatureType > items
)
Parameters
items
Type: A collection of OgcWfsFeatureType 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