OgcWfsDataSet.OgcWfsDataSet Constructors
Initializes a new instance of the OgcWfsDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | OgcWfsDataSet(System.String url) | Initializes a new instance of the OgcWfsDataSet class with the given url. All feature types will be read. |
Public method | OgcWfsDataSet(System.String url, StringCollection typeNames) | Initializes a new instance of the OgcWfsDataSet class with the given url and feature type identifiers. |
Public method | OgcWfsDataSet(System.String url, IEnumerable< System.String > typeNames) | Initializes a new instance of the OgcWfsDataSet class with the given url and feature type identifiers. |
OgcWfsDataSet(System.String url)
Initializes a new instance of the OgcWfsDataSet class with the given url. All feature types will be read.Syntax
public OgcWfsDataSet (
System.String url
)
Parameters
url
Type: System.String
The URL of the OpenGIS Web Feature Service that the OgcWfsDataSet should connect to.
The URL of the OpenGIS Web Feature Service that the OgcWfsDataSet should connect to.
OgcWfsDataSet(System.String url, StringCollection typeNames)
Initializes a new instance of the OgcWfsDataSet class with the given url and feature type identifiers.Syntax
public OgcWfsDataSet (
System.String url,
StringCollection typeNames
)
Parameters
url
Type: System.String
The URL of the OpenGIS Web Feature Service that the OgcWfsDataSet should connect to.
The URL of the OpenGIS Web Feature Service that the OgcWfsDataSet should connect to.
typeNames
Type: A collection of String (not available in C#) elements.
A collection of feature type identifiers.
A collection of feature type identifiers.
OgcWfsDataSet(System.String url, IEnumerable< System.String > typeNames)
Initializes a new instance of the OgcWfsDataSet class with the given url and feature type identifiers.Syntax
public OgcWfsDataSet (
System.String url,
IEnumerable< System.String > typeNames
)
Parameters
url
Type: System.String
The URL of the OpenGIS Web Feature Service that the OgcWfsDataSet should connect to.
The URL of the OpenGIS Web Feature Service that the OgcWfsDataSet should connect to.
typeNames
Type: A collection of System::String elements.
A collection of feature type identifiers.
A collection of feature type identifiers.
Platforms
Windows, Linux, Android