Show / Hide Table of Contents

    Class WFS_1_1_0_XPathTextResources

    This class provides text resources specific for WFS 1.1.0.

    Inheritance
    System.Object
    WFS_XPathTextResourcesBase
    WFS_1_1_0_XPathTextResources
    WFS_1_1_0_TextResources
    Inherited Members
    WFS_XPathTextResourcesBase.NSOGCPREFIX
    WFS_XPathTextResourcesBase.NSOGC
    WFS_XPathTextResourcesBase.NSXLINKPREFIX
    WFS_XPathTextResourcesBase.NSXLINK
    WFS_XPathTextResourcesBase.NSFEATURETYPEPREFIX
    WFS_XPathTextResourcesBase.NSWFSPREFIX
    WFS_XPathTextResourcesBase.NSWFS
    WFS_XPathTextResourcesBase.NSGMLPREFIX
    WFS_XPathTextResourcesBase.NSGML
    WFS_XPathTextResourcesBase.NSOWSPREFIX
    WFS_XPathTextResourcesBase.NSOWS
    WFS_XPathTextResourcesBase.NSSCHEMAPREFIX
    WFS_XPathTextResourcesBase.NSSCHEMA
    WFS_XPathTextResourcesBase.XPATH_TARGETNS
    WFS_XPathTextResourcesBase.XPATH_GEOMETRYELEMENT_BYTYPEATTRIBUTEQUERY
    WFS_XPathTextResourcesBase.XPATH_NAMEATTRIBUTEQUERY
    WFS_XPathTextResourcesBase.XPATH_TYPEATTRIBUTEQUERY
    WFS_XPathTextResourcesBase.XPATH_GEOMETRYELEMENTCOMPLEXTYPE_BYELEMREFQUERY
    WFS_XPathTextResourcesBase.XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY
    WFS_XPathTextResourcesBase.XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY_ANONYMOUSTYPE
    WFS_XPathTextResourcesBase.XPATH_GEOMETRY_ELEMREF_GMLELEMENTQUERY
    Namespace: Mapsui.Providers.Wfs.Utilities
    Assembly: Mapsui.Desktop.dll
    Syntax
    public class WFS_1_1_0_XPathTextResources : WFS_XPathTextResourcesBase

    Properties

    | Improve this Doc View Source

    XPATH_BBOX

    Gets an XPath string addressing the bounding box of a featuretype in 'GetCapabilities'.

    Declaration
    public string XPATH_BBOX { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    System.String
    | Improve this Doc View Source

    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
    System.String
    | Improve this Doc View Source

    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
    System.String
    | Improve this Doc View Source

    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
    System.String
    | Improve this Doc View Source

    XPATH_DESCRIBEFEATURETYPERESOURCE

    Gets an XPath string addressing the URI of 'DescribeFeatureType'in 'GetCapabilities'.

    Declaration
    public string XPATH_DESCRIBEFEATURETYPERESOURCE { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    XPATH_GETFEATURERESOURCE

    Gets an XPath string addressing the URI of 'GetFeature'in 'GetCapabilities'.

    Declaration
    public string XPATH_GETFEATURERESOURCE { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    XPATH_SRS

    Gets an XPath string addressing the SRID of a featuretype in 'GetCapabilities'.

    Declaration
    public string XPATH_SRS { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX