C# Класс Mapsui.Providers.Wfs.Utilities.WFS_1_1_0_TextResources

Наследование: WFS_1_1_0_XPathTextResources, IWFS_TextResources
Показать файл Открыть проект

Открытые методы

Метод Описание
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'.

Описание методов

DescribeFeatureTypeRequest() публичный Метод

This method returns the query string for 'DescribeFeatureType'.
public DescribeFeatureTypeRequest ( string featureTypeName ) : string
featureTypeName string The name of the featuretype to query
Результат string

GetCapabilitiesRequest() публичный Метод

This method returns the query string for 'GetCapabilities'.
public GetCapabilitiesRequest ( ) : string
Результат string

GetFeatureGETRequest() публичный Метод

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
Результат string

GetFeaturePOSTRequest() публичный Метод

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
Результат byte[]