Search Results for

    Show / Hide Table of Contents

    Struct Client.WmsServerLayer

    Structure for holding information about a WMS Layer

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Mapsui.Providers.Wms
    Assembly: Mapsui.dll
    Syntax
    public struct Client.WmsServerLayer

    Fields

    | Edit this page View Source

    Abstract

    Abstract

    Declaration
    public string? Abstract
    Field Value
    Type Description
    string
    | Edit this page View Source

    BoundingBoxes

    Coordinate Reference Systems supported by layer

    Declaration
    public IDictionary<string, MRect> BoundingBoxes
    Field Value
    Type Description
    IDictionary<string, MRect>
    | Edit this page View Source

    CRS

    Coordinate Reference Systems supported by layer

    Declaration
    public string[] CRS
    Field Value
    Type Description
    string[]
    | Edit this page View Source

    ChildLayers

    Collection of child layers

    Declaration
    public Client.WmsServerLayer[] ChildLayers
    Field Value
    Type Description
    WmsServerLayer[]
    | Edit this page View Source

    Keywords

    Keywords

    Declaration
    public string[] Keywords
    Field Value
    Type Description
    string[]
    | Edit this page View Source

    LatLonBoundingBox

    Latitudal/longitudal extent of this layer

    Declaration
    public MRect LatLonBoundingBox
    Field Value
    Type Description
    MRect
    | Edit this page View Source

    Name

    Unique name of this layer used for requesting layer

    Declaration
    public string? Name
    Field Value
    Type Description
    string
    | Edit this page View Source

    Queryable

    Specifies whether this layer is queryable using GetFeatureInfo requests

    Declaration
    public bool Queryable
    Field Value
    Type Description
    bool
    | Edit this page View Source

    Style

    List of styles supported by layer

    Declaration
    public Client.WmsLayerStyle[] Style
    Field Value
    Type Description
    WmsLayerStyle[]
    | Edit this page View Source

    Title

    Layer title

    Declaration
    public string? Title
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX