Struct Capabilities.WmsServiceDescription
The Wms Service Description stores metadata parameters for a WMS service
Inherited Members
Namespace: Mapsui.Providers.Wms
Assembly: Mapsui.dll
Syntax
public struct Capabilities.WmsServiceDescription
Fields
| Edit this page View SourceAbstract
Optional narrative description providing additional information
Declaration
public string? Abstract
Field Value
Type | Description |
---|---|
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.
Declaration
public string? AccessConstraints
Field Value
Type | Description |
---|---|
string |
ContactInformation
Optional WMS contact information
Declaration
public Capabilities.WmsContactInformation ContactInformation
Field Value
Type | Description |
---|---|
Capabilities.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".
Declaration
public string? Fees
Field Value
Type | Description |
---|---|
string |
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[] |
LayerLimit
Maximum number of layers allowed (0=no restrictions)
Declaration
public uint LayerLimit
Field Value
Type | Description |
---|---|
uint |
MaxHeight
Maximum height allowed in pixels (0=no restrictions)
Declaration
public uint MaxHeight
Field Value
Type | Description |
---|---|
uint |
MaxWidth
Maximum width allowed in pixels (0=no restrictions)
Declaration
public uint MaxWidth
Field Value
Type | Description |
---|---|
uint |
OnlineResource
Mandatory Top-level web address of service or service provider.
Declaration
public string? OnlineResource
Field Value
Type | Description |
---|---|
string |
Title
Mandatory Human-readable title for pick lists
Declaration
public string? Title
Field Value
Type | Description |
---|---|
string |