Search Results for

    Show / Hide Table of Contents

    Interface IWFS_TextResources

    Text resources interface

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

    Properties

    | Edit this page View Source

    NSFEATURETYPEPREFIX

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

    NSGML

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

    NSGMLPREFIX

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

    NSOGC

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

    NSOGCPREFIX

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

    NSOWS

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

    NSOWSPREFIX

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

    NSSCHEMA

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

    NSSCHEMAPREFIX

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

    NSWFS

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

    NSWFSPREFIX

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

    NSXLINK

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

    NSXLINKPREFIX

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

    XPATH_BBOX

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

    XPATH_BOUNDINGBOXMAXX

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

    XPATH_BOUNDINGBOXMAXY

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

    XPATH_BOUNDINGBOXMINX

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

    XPATH_BOUNDINGBOXMINY

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

    XPATH_DESCRIBEFEATURETYPERESOURCE

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

    XPATH_GEOMETRYELEMENTCOMPLEXTYPE_BYELEMREFQUERY

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

    XPATH_GEOMETRYELEMENT_BYTYPEATTRIBUTEQUERY

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

    XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY

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

    XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY_ANONYMOUSTYPE

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

    XPATH_GEOMETRY_ELEMREF_GMLELEMENTQUERY

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

    XPATH_GETFEATURERESOURCE

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

    XPATH_NAMEATTRIBUTEQUERY

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

    XPATH_SRS

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

    XPATH_TARGETNS

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

    XPATH_TYPEATTRIBUTEQUERY

    Declaration
    string XPATH_TYPEATTRIBUTEQUERY { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    DescribeFeatureTypeRequest(string)

    Declaration
    string DescribeFeatureTypeRequest(string featureTypeName)
    Parameters
    Type Name Description
    string featureTypeName
    Returns
    Type Description
    string
    | Edit this page View Source

    GetCapabilitiesRequest()

    Declaration
    string GetCapabilitiesRequest()
    Returns
    Type Description
    string
    | Edit this page View Source

    GetFeatureGETRequest(WfsFeatureTypeInfo, List<string>?, MRect?, IFilter?)

    Declaration
    string GetFeatureGETRequest(WfsFeatureTypeInfo featureTypeInfo, List<string>? labelProperties, MRect? boundingBox, IFilter? filter)
    Parameters
    Type Name Description
    WfsFeatureTypeInfo featureTypeInfo
    List<string> labelProperties
    MRect boundingBox
    IFilter filter
    Returns
    Type Description
    string
    | Edit this page View Source

    GetFeaturePOSTRequest(WfsFeatureTypeInfo, List<string>?, MRect?, IFilter?)

    Declaration
    byte[] GetFeaturePOSTRequest(WfsFeatureTypeInfo featureTypeInfo, List<string>? labelProperties, MRect? boundingBox, IFilter? filter)
    Parameters
    Type Name Description
    WfsFeatureTypeInfo featureTypeInfo
    List<string> labelProperties
    MRect boundingBox
    IFilter filter
    Returns
    Type Description
    byte[]
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX