OgcWfsDataSet.GetFeatureTypes Methods
Returns collection of OgcWfsFeatureType, one for each feature type defined by the service.
Thread safety: This method is not thread-safe.
Overload List
Name | Description | |
---|---|---|
GetFeatureTypes(System.String url) | Returns collection of OgcWfsFeatureType, one for each feature type defined by the service. | |
GetFeatureTypes(System.String url, System.String user, System.String password) | Returns collection of OgcWfsFeatureType, one for each feature type defined by the service that require user authentication. |
GetFeatureTypes(System.String url)
Returns collection of OgcWfsFeatureType, one for each feature type defined by the service.Syntax
public static OgcWfsFeatureTypeCollection GetFeatureTypes (
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.
GetFeatureTypes(System.String url, System.String user, System.String password)
Returns collection of OgcWfsFeatureType, one for each feature type defined by the service that require user authentication.Syntax
public static OgcWfsFeatureTypeCollection GetFeatureTypes (
System.String url,
System.String user,
System.String password
)
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.
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