C# Class Mapsui.Providers.Wfs.Utilities.WFS_1_1_0_TextResources

Inheritance: WFS_1_1_0_XPathTextResources, IWFS_TextResources
Datei anzeigen Open project: pauldendulk/Mapsui

Public Methods

Method Description
DescribeFeatureTypeRequest ( string featureTypeName ) : string

This method returns the query string for 'DescribeFeatureType'.

GetCapabilitiesRequest ( ) : string

This method returns the query string for 'GetCapabilities'.

GetFeatureGETRequest ( WfsFeatureTypeInfo featureTypeInfo, string labelProperty, BoundingBox boundingBox, IFilter filter ) : string

This method returns the query string for 'GetFeature'.

GetFeaturePOSTRequest ( WfsFeatureTypeInfo featureTypeInfo, string labelProperty, BoundingBox boundingBox, IFilter filter ) : byte[]

This method returns the POST request for 'GetFeature'.

Method Details

DescribeFeatureTypeRequest() public method

This method returns the query string for 'DescribeFeatureType'.
public DescribeFeatureTypeRequest ( string featureTypeName ) : string
featureTypeName string The name of the featuretype to query
return string

GetCapabilitiesRequest() public method

This method returns the query string for 'GetCapabilities'.
public GetCapabilitiesRequest ( ) : string
return string

GetFeatureGETRequest() public method

This method returns the query string for 'GetFeature'.
public GetFeatureGETRequest ( WfsFeatureTypeInfo featureTypeInfo, string labelProperty, BoundingBox boundingBox, IFilter filter ) : string
featureTypeInfo WfsFeatureTypeInfo A instance providing metadata of the featuretype to query
labelProperty string
boundingBox BoundingBox The bounding box of the query
filter IFilter An instance implementing
return string

GetFeaturePOSTRequest() public method

This method returns the POST request for 'GetFeature'.
public GetFeaturePOSTRequest ( WfsFeatureTypeInfo featureTypeInfo, string labelProperty, BoundingBox boundingBox, IFilter filter ) : byte[]
featureTypeInfo WfsFeatureTypeInfo A instance providing metadata of the featuretype to query
labelProperty string A property necessary for label rendering
boundingBox BoundingBox The bounding box of the query
filter IFilter An instance implementing
return byte[]