C# Класс Mapsui.Providers.Wms.Capabilities.WmsServiceDescription

The Wms Service Description stores metadata parameters for a WMS service
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Abstract string
AccessConstraints string
ContactInformation WmsContactInformation
Fees string
Keywords string[]
LayerLimit uint
MaxHeight uint
MaxWidth uint
OnlineResource string
Title string

Описание свойств

Abstract публичное свойство

Optional narrative description providing additional information
public string Abstract
Результат string

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.

public string AccessConstraints
Результат string

ContactInformation публичное свойство

Optional WMS contact information
public WmsContactInformation ContactInformation
Результат WmsContactInformation

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".
public string Fees
Результат string

Keywords публичное свойство

Optional list of keywords or keyword phrases describing the server as a whole to help catalog searching
public string[] Keywords
Результат string[]

LayerLimit публичное свойство

Maximum number of layers allowed (0=no restrictions)
public uint LayerLimit
Результат uint

MaxHeight публичное свойство

Maximum height allowed in pixels (0=no restrictions)
public uint MaxHeight
Результат uint

MaxWidth публичное свойство

Maximum width allowed in pixels (0=no restrictions)
public uint MaxWidth
Результат uint

OnlineResource публичное свойство

Mandatory Top-level web address of service or service provider.
public string OnlineResource
Результат string

Title публичное свойство

Mandatory Human-readable title for pick lists
public string Title
Результат string