Show / Hide Table of Contents

    Interface IWFS_TextResources

    Text resources interface

    Namespace: Mapsui.Providers.Wfs.Utilities
    Assembly: Mapsui.Desktop.dll
    Syntax
    public interface IWFS_TextResources

    Properties

    | Improve this Doc View Source

    NSFEATURETYPEPREFIX

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

    NSGML

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

    NSGMLPREFIX

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

    NSOGC

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

    NSOGCPREFIX

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

    NSOWS

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

    NSOWSPREFIX

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

    NSSCHEMA

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

    NSSCHEMAPREFIX

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

    NSWFS

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

    NSWFSPREFIX

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

    NSXLINK

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

    NSXLINKPREFIX

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

    XPATH_BBOX

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

    XPATH_BOUNDINGBOXMAXX

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

    XPATH_BOUNDINGBOXMAXY

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

    XPATH_BOUNDINGBOXMINX

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

    XPATH_BOUNDINGBOXMINY

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

    XPATH_DESCRIBEFEATURETYPERESOURCE

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

    XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY

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

    XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY_ANONYMOUSTYPE

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

    XPATH_GEOMETRY_ELEMREF_GMLELEMENTQUERY

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

    XPATH_GEOMETRYELEMENT_BYTYPEATTRIBUTEQUERY

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

    XPATH_GEOMETRYELEMENTCOMPLEXTYPE_BYELEMREFQUERY

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

    XPATH_GETFEATURERESOURCE

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

    XPATH_NAMEATTRIBUTEQUERY

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

    XPATH_SRS

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

    XPATH_TARGETNS

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

    XPATH_TYPEATTRIBUTEQUERY

    Declaration
    string XPATH_TYPEATTRIBUTEQUERY { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    DescribeFeatureTypeRequest(String)

    Declaration
    string DescribeFeatureTypeRequest(string featureTypeName)
    Parameters
    Type Name Description
    System.String featureTypeName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetCapabilitiesRequest()

    Declaration
    string GetCapabilitiesRequest()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetFeatureGETRequest(WfsFeatureTypeInfo, String, BoundingBox, IFilter)

    Declaration
    string GetFeatureGETRequest(WfsFeatureTypeInfo featureTypeInfo, string labelProperty, BoundingBox boundingBox, IFilter filter)
    Parameters
    Type Name Description
    WfsFeatureTypeInfo featureTypeInfo
    System.String labelProperty
    BoundingBox boundingBox
    IFilter filter
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetFeaturePOSTRequest(WfsFeatureTypeInfo, String, BoundingBox, IFilter)

    Declaration
    byte[] GetFeaturePOSTRequest(WfsFeatureTypeInfo featureTypeInfo, string labelProperty, BoundingBox boundingBox, IFilter filter)
    Parameters
    Type Name Description
    WfsFeatureTypeInfo featureTypeInfo
    System.String labelProperty
    BoundingBox boundingBox
    IFilter filter
    Returns
    Type Description
    System.Byte[]
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX