Search Results for

    Show / Hide Table of Contents

    Class WFS_XPathTextResourcesBase

    Inheritance
    object
    WFS_XPathTextResourcesBase
    WFS_1_0_0_XPathTextResources
    WFS_1_1_0_XPathTextResources
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Providers.Wfs.Utilities
    Assembly: Mapsui.Nts.dll
    Syntax
    public class WFS_XPathTextResourcesBase

    Properties

    | Edit this page View Source

    NSFEATURETYPEPREFIX

    Prefix used for feature namespace

    Declaration
    public string NSFEATURETYPEPREFIX { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSGML

    GML namespace URI

    Declaration
    public string NSGML { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSGMLPREFIX

    Prefix used for GML namespace

    Declaration
    public string NSGMLPREFIX { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSOGC

    OGC namespace URI

    Declaration
    public string NSOGC { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSOGCPREFIX

    Prefix used for OGC namespace

    Declaration
    public string NSOGCPREFIX { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSOWS

    OWS namespace URI

    Declaration
    public string NSOWS { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSOWSPREFIX

    Prefix used for OWS namespace

    Declaration
    public string NSOWSPREFIX { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSSCHEMA

    XML schema namespace URI

    Declaration
    public string NSSCHEMA { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSSCHEMAPREFIX

    Prefix used for XML schema namespace

    Declaration
    public string NSSCHEMAPREFIX { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSWFS

    WFS namespace URI

    Declaration
    public string NSWFS { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSWFSPREFIX

    Prefix used for WFS namespace

    Declaration
    public string NSWFSPREFIX { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSXLINK

    XLink namespace URI

    Declaration
    public string NSXLINK { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NSXLINKPREFIX

    Prefix used for XLink namespace

    Declaration
    public string NSXLINKPREFIX { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    XPATH_NAMEATTRIBUTEQUERY

    Gets an XPath string addressing a name-attribute.

    Declaration
    public string XPATH_NAMEATTRIBUTEQUERY { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    XPATH_TARGETNS

    Gets an XPath string addressing the target namespace in 'DescribeFeatureType'.

    Declaration
    public string XPATH_TARGETNS { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    XPATH_TYPEATTRIBUTEQUERY

    Gets an XPath string addressing a type-attribute.

    Declaration
    public string XPATH_TYPEATTRIBUTEQUERY { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX