Search Results for

    Show / Hide Table of Contents

    Struct Capabilities.WmsServiceDescription

    The Wms Service Description stores metadata parameters for a WMS service

    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 Capabilities.WmsServiceDescription

    Fields

    | Edit this page View Source

    Abstract

    Optional narrative description providing additional information

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

    AccessConstraints

    The optional element "AccessConstraints" may be omitted if it do not apply to the server. If the element is present, the reserved word "none" (case-insensitive) shall be used if there are no access constraints, as follows: "none".

    When constraints are imposed, no precise syntax has been defined for the text content of these elements, but client applications may display the content for user information and action.

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

    ContactInformation

    Optional WMS contact information

    Declaration
    public Capabilities.WmsContactInformation ContactInformation
    Field Value
    Type Description
    Capabilities.WmsContactInformation
    | Edit this page View Source

    Fees

    The optional element "Fees" may be omitted if it do not apply to the server. If the element is present, the reserved word "none" (case-insensitive) shall be used if there are no fees, as follows: "none".

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

    Keywords

    Optional list of keywords or keyword phrases describing the server as a whole to help catalog searching

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

    LayerLimit

    Maximum number of layers allowed (0=no restrictions)

    Declaration
    public uint LayerLimit
    Field Value
    Type Description
    uint
    | Edit this page View Source

    MaxHeight

    Maximum height allowed in pixels (0=no restrictions)

    Declaration
    public uint MaxHeight
    Field Value
    Type Description
    uint
    | Edit this page View Source

    MaxWidth

    Maximum width allowed in pixels (0=no restrictions)

    Declaration
    public uint MaxWidth
    Field Value
    Type Description
    uint
    | Edit this page View Source

    OnlineResource

    Mandatory Top-level web address of service or service provider.

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

    Title

    Mandatory Human-readable title for pick lists

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