Class WFS_XPathTextResourcesBase
Inheritance
Inherited Members
Namespace: Mapsui.Providers.Wfs.Utilities
Assembly: Mapsui.Nts.dll
Syntax
public class WFS_XPathTextResourcesBase
Properties
| Edit this page View SourceNSFEATURETYPEPREFIX
Prefix used for feature namespace
Declaration
public string NSFEATURETYPEPREFIX { get; }
Property Value
Type | Description |
---|---|
string |
NSGML
GML namespace URI
Declaration
public string NSGML { get; }
Property Value
Type | Description |
---|---|
string |
NSGMLPREFIX
Prefix used for GML namespace
Declaration
public string NSGMLPREFIX { get; }
Property Value
Type | Description |
---|---|
string |
NSOGC
OGC namespace URI
Declaration
public string NSOGC { get; }
Property Value
Type | Description |
---|---|
string |
NSOGCPREFIX
Prefix used for OGC namespace
Declaration
public string NSOGCPREFIX { get; }
Property Value
Type | Description |
---|---|
string |
NSOWS
OWS namespace URI
Declaration
public string NSOWS { get; }
Property Value
Type | Description |
---|---|
string |
NSOWSPREFIX
Prefix used for OWS namespace
Declaration
public string NSOWSPREFIX { get; }
Property Value
Type | Description |
---|---|
string |
NSSCHEMA
XML schema namespace URI
Declaration
public string NSSCHEMA { get; }
Property Value
Type | Description |
---|---|
string |
NSSCHEMAPREFIX
Prefix used for XML schema namespace
Declaration
public string NSSCHEMAPREFIX { get; }
Property Value
Type | Description |
---|---|
string |
NSWFS
WFS namespace URI
Declaration
public string NSWFS { get; }
Property Value
Type | Description |
---|---|
string |
NSWFSPREFIX
Prefix used for WFS namespace
Declaration
public string NSWFSPREFIX { get; }
Property Value
Type | Description |
---|---|
string |
NSXLINK
XLink namespace URI
Declaration
public string NSXLINK { get; }
Property Value
Type | Description |
---|---|
string |
NSXLINKPREFIX
Prefix used for XLink namespace
Declaration
public string NSXLINKPREFIX { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_GEOMETRYELEMENTCOMPLEXTYPE_BYELEMREFQUERY
Gets an XPath string addressing a complex type hosting an element with a 'gml'-prefixed ref-attribute in 'DescribeFeatureType'. This for querying the geometry element of a featuretype. Step1: Finding the complex type with a geometry element from GML specification.
Declaration
public string XPATH_GEOMETRYELEMENTCOMPLEXTYPE_BYELEMREFQUERY { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_GEOMETRYELEMENT_BYTYPEATTRIBUTEQUERY
Gets an XPath string addressing an element with a 'gml'-prefixed type-attribute in 'DescribeFeatureType'. This for querying the geometry element of a featuretype in the most simple manner.
Declaration
public string XPATH_GEOMETRYELEMENT_BYTYPEATTRIBUTEQUERY { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY
Gets an XPath string addressing the name of an element having a type-attribute referencing a complex type hosting an element with a 'gml'-prefixed ref-attribute in 'DescribeFeatureType'. Step2: Finding the name of the featuretype's element with a named complex type hosting the GML geometry.
Declaration
public string XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY_ANONYMOUSTYPE
Gets an XPath string addressing the name of an element described by an anonymous complex type hosting an element with a 'gml'-prefixed ref-attribute in 'DescribeFeatureType'. Step2Alt: Finding the name of the featuretype's element with an anonymous complex type hosting the GML geometry.
Declaration
public string XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY_ANONYMOUSTYPE { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_GEOMETRY_ELEMREF_GMLELEMENTQUERY
Gets an XPath string addressing the 'gml'-prefixed ref-attribute of an element. This is for querying the name of the GML geometry element.
Declaration
public string XPATH_GEOMETRY_ELEMREF_GMLELEMENTQUERY { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_NAMEATTRIBUTEQUERY
Gets an XPath string addressing a name-attribute.
Declaration
public string XPATH_NAMEATTRIBUTEQUERY { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_TARGETNS
Gets an XPath string addressing the target namespace in 'DescribeFeatureType'.
Declaration
public string XPATH_TARGETNS { get; }
Property Value
Type | Description |
---|---|
string |
XPATH_TYPEATTRIBUTEQUERY
Gets an XPath string addressing a type-attribute.
Declaration
public string XPATH_TYPEATTRIBUTEQUERY { get; }
Property Value
Type | Description |
---|---|
string |