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 SourceAbstract
Abstract
Declaration
public string Abstract
Field Value
Type | Description |
---|---|
System.String |
BoundingBoxes
Coordinate Reference Systems supported by layer
Declaration
public IDictionary<string, BoundingBox> BoundingBoxes
Field Value
Type | Description |
---|---|
IDictionary<System.String, BoundingBox> |
ChildLayers
Collection of child layers
Declaration
public Client.WmsServerLayer[] ChildLayers
Field Value
Type | Description |
---|---|
Client.WmsServerLayer[] |
CRS
Coordinate Reference Systems supported by layer
Declaration
public string[] CRS
Field Value
Type | Description |
---|---|
System.String[] |
Keywords
Keywords
Declaration
public string[] Keywords
Field Value
Type | Description |
---|---|
System.String[] |
LatLonBoundingBox
Latitudal/longitudal extent of this layer
Declaration
public BoundingBox LatLonBoundingBox
Field Value
Type | Description |
---|---|
BoundingBox |
Name
Unique name of this layer used for requesting layer
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Queryable
Specifies whether this layer is queryable using GetFeatureInfo requests
Declaration
public bool Queryable
Field Value
Type | Description |
---|---|
System.Boolean |
Style
List of styles supported by layer
Declaration
public Client.WmsLayerStyle[] Style
Field Value
Type | Description |
---|---|
Client.WmsLayerStyle[] |
Title
Layer title
Declaration
public string Title
Field Value
Type | Description |
---|---|
System.String |