Class WFS_1_1_0_XPathTextResources
This class provides text resources specific for WFS 1.1.0.
Inherited Members
Namespace: Mapsui.Providers.Wfs.Utilities
Assembly: Mapsui.Nts.dll
Syntax
public class WFS_1_1_0_XPathTextResources : WFS_XPathTextResourcesBase
Properties
| Edit this page View SourceXPATH_BBOX
Gets an XPath string addressing the bounding box of a featuretype in 'GetCapabilities'.
Declaration
public string XPATH_BBOX { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_BOUNDINGBOXMAXX
Gets an XPath string addressing the upper corner of a featuretype's bounding box in 'GetCapabilities' for extracting 'maxx'.
Declaration
public string XPATH_BOUNDINGBOXMAXX { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_BOUNDINGBOXMAXY
Gets an XPath string addressing the upper corner of a featuretype's bounding box in 'GetCapabilities' for extracting 'maxy'.
Declaration
public string XPATH_BOUNDINGBOXMAXY { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_BOUNDINGBOXMINX
Gets an XPath string addressing the lower corner of a featuretype's bounding box in 'GetCapabilities' for extracting 'minx'.
Declaration
public string XPATH_BOUNDINGBOXMINX { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_BOUNDINGBOXMINY
Gets an XPath string addressing the lower corner of a featuretype's bounding box in 'GetCapabilities' for extracting 'miny'.
Declaration
public string XPATH_BOUNDINGBOXMINY { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_DESCRIBEFEATURETYPERESOURCE
Gets an XPath string addressing the URI of 'DescribeFeatureType'in 'GetCapabilities'.
Declaration
public string XPATH_DESCRIBEFEATURETYPERESOURCE { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_GETFEATURERESOURCE
Gets an XPath string addressing the URI of 'GetFeature'in 'GetCapabilities'.
Declaration
public string XPATH_GETFEATURERESOURCE { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_SRS
Gets an XPath string addressing the SRID of a featuretype in 'GetCapabilities'.
Declaration
public string XPATH_SRS { get; }
Property Value
Type | Description |
---|---|
string |