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

Inheritance: WFS_1_1_0_XPathTextResources, IWFS_TextResources
Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes publiques

Méthode 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 méthode

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

GetCapabilitiesRequest() public méthode

This method returns the query string for 'GetCapabilities'.
public GetCapabilitiesRequest ( ) : string
Résultat string

GetFeatureGETRequest() public méthode

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
Résultat string

GetFeaturePOSTRequest() public méthode

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
Résultat byte[]