Struct Client.WmsServerLayer
Structure for holding information about a WMS Layer
Inherited Members
Namespace: Mapsui.Providers.Wms
Assembly: Mapsui.dll
Syntax
public struct Client.WmsServerLayer
Fields
| Edit this page View SourceAbstract
Abstract
Declaration
public string? Abstract
Field Value
Type | Description |
---|---|
string |
BoundingBoxes
Coordinate Reference Systems supported by layer
Declaration
public IDictionary<string, MRect> BoundingBoxes
Field Value
Type | Description |
---|---|
IDictionary<string, MRect> |
CRS
Coordinate Reference Systems supported by layer
Declaration
public string[] CRS
Field Value
Type | Description |
---|---|
string[] |
ChildLayers
Collection of child layers
Declaration
public Client.WmsServerLayer[] ChildLayers
Field Value
Type | Description |
---|---|
WmsServerLayer[] |
Keywords
Keywords
Declaration
public string[] Keywords
Field Value
Type | Description |
---|---|
string[] |
LatLonBoundingBox
Latitudal/longitudal extent of this layer
Declaration
public MRect LatLonBoundingBox
Field Value
Type | Description |
---|---|
MRect |
Name
Unique name of this layer used for requesting layer
Declaration
public string? Name
Field Value
Type | Description |
---|---|
string |
Queryable
Specifies whether this layer is queryable using GetFeatureInfo requests
Declaration
public bool Queryable
Field Value
Type | Description |
---|---|
bool |
Style
List of styles supported by layer
Declaration
public Client.WmsLayerStyle[] Style
Field Value
Type | Description |
---|---|
WmsLayerStyle[] |
Title
Layer title
Declaration
public string? Title
Field Value
Type | Description |
---|---|
string |