Show / Hide Table of Contents

    Struct Client.WmsServerLayer

    Structure for holding information about a WMS Layer

    Namespace: Mapsui.Desktop.Wms
    Assembly: Mapsui.Desktop.dll
    Syntax
    public struct WmsServerLayer

    Fields

    | Improve this Doc View Source

    Abstract

    Abstract

    Declaration
    public string Abstract
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    BoundingBoxes

    Coordinate Reference Systems supported by layer

    Declaration
    public IDictionary<string, BoundingBox> BoundingBoxes
    Field Value
    Type Description
    IDictionary<System.String, BoundingBox>
    | Improve this Doc View Source

    ChildLayers

    Collection of child layers

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

    CRS

    Coordinate Reference Systems supported by layer

    Declaration
    public string[] CRS
    Field Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    Keywords

    Keywords

    Declaration
    public string[] Keywords
    Field Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    LatLonBoundingBox

    Latitudal/longitudal extent of this layer

    Declaration
    public BoundingBox LatLonBoundingBox
    Field Value
    Type Description
    BoundingBox
    | Improve this Doc View Source

    Name

    Unique name of this layer used for requesting layer

    Declaration
    public string Name
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Queryable

    Specifies whether this layer is queryable using GetFeatureInfo requests

    Declaration
    public bool Queryable
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Style

    List of styles supported by layer

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

    Title

    Layer title

    Declaration
    public string Title
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX