Class WFS_1_0_0_XPathTextResources
This class provides text resources specific for WFS 1.0.0 XML schema (for precompiling).
Inherited Members
Namespace: Mapsui.Providers.Wfs.Utilities
Assembly: Mapsui.Nts.dll
Syntax
public class WFS_1_0_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 'maxx'-attribute of a featuretype's bounding box in 'GetCapabilities'.
Declaration
public string XPATH_BOUNDINGBOXMAXX { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_BOUNDINGBOXMAXY
Gets an XPath string addressing the 'maxy'-attribute of a featuretype's bounding box in 'GetCapabilities'.
Declaration
public string XPATH_BOUNDINGBOXMAXY { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_BOUNDINGBOXMINX
Gets an XPath string addressing the 'minx'-attribute of a featuretype's bounding box in 'GetCapabilities'.
Declaration
public string XPATH_BOUNDINGBOXMINX { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_BOUNDINGBOXMINY
Gets an XPath string addressing the 'miny'-attribute of a featuretype's bounding box in 'GetCapabilities'.
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 |