C# 클래스 Mapsui.Providers.Wfs.Utilities.WFS_1_0_0_TextResources

상속: WFS_1_0_0_XPathTextResources, IWFS_TextResources
파일 보기 프로젝트 열기: pauldendulk/Mapsui

공개 메소드들

메소드 설명
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[]