Class WFS_1_0_0_TextResources
Implements
Inherited Members
Namespace: Mapsui.Providers.Wfs.Utilities
Assembly: Mapsui.Nts.dll
Syntax
public class WFS_1_0_0_TextResources : WFS_1_0_0_XPathTextResources, IWFS_TextResources
Methods
| Edit this page View SourceDescribeFeatureTypeRequest(string)
This method returns the query string for 'DescribeFeatureType'.
Declaration
public string DescribeFeatureTypeRequest(string featureTypeName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | featureTypeName | The name of the featuretype to query |
Returns
| Type | Description |
|---|---|
| string |
GetCapabilitiesRequest()
This method returns the query string for 'GetCapabilities'.
Declaration
public string GetCapabilitiesRequest()
Returns
| Type | Description |
|---|---|
| string |
GetFeatureGETRequest(WfsFeatureTypeInfo, List<string>?, MRect?, IFilter?)
This method returns the query string for 'GetFeature'.
Declaration
public string GetFeatureGETRequest(WfsFeatureTypeInfo featureTypeInfo, List<string>? labelProperties, MRect? boundingBox, IFilter? filter)
Parameters
| Type | Name | Description |
|---|---|---|
| WfsFeatureTypeInfo | featureTypeInfo | A WfsFeatureTypeInfo instance providing metadata of the featuretype to query |
| List<string> | labelProperties | A list of properties necessary for label rendering |
| MRect | boundingBox | The bounding box of the query |
| IFilter | filter | An instance implementing IFilter |
Returns
| Type | Description |
|---|---|
| string |
GetFeaturePOSTRequest(WfsFeatureTypeInfo, List<string>?, MRect?, IFilter?)
This method returns the POST request for 'GetFeature'.
Declaration
public byte[] GetFeaturePOSTRequest(WfsFeatureTypeInfo featureTypeInfo, List<string>? labelProperties, MRect? boundingBox, IFilter? filter)
Parameters
| Type | Name | Description |
|---|---|---|
| WfsFeatureTypeInfo | featureTypeInfo | A WfsFeatureTypeInfo instance providing metadata of the featuretype to query |
| List<string> | labelProperties | A list of properties necessary for label rendering |
| MRect | boundingBox | The bounding box of the query |
| IFilter | filter | An instance implementing IFilter |
Returns
| Type | Description |
|---|---|
| byte[] |