C# Class Mapsui.Providers.Wms.Client.WmsServerLayer

Structure for holding information about a WMS Layer
Show file Open project: pauldendulk/Mapsui Class Usage Examples

Public Properties

Property Type Description
Abstract string
BoundingBoxes BoundingBox>.IDictionary
CRS string[]
ChildLayers WmsServerLayer[]
Keywords string[]
LatLonBoundingBox BoundingBox
Name string
Queryable bool
Style WmsLayerStyle[]
Title string

Property Details

Abstract public property

Abstract
public string Abstract
return string

BoundingBoxes public property

Coordinate Reference Systems supported by layer
public IDictionary BoundingBoxes
return BoundingBox>.IDictionary

CRS public property

Coordinate Reference Systems supported by layer
public string[] CRS
return string[]

ChildLayers public property

Collection of child layers
public WmsServerLayer[] ChildLayers
return WmsServerLayer[]

Keywords public property

Keywords
public string[] Keywords
return string[]

LatLonBoundingBox public property

Latitudal/longitudal extent of this layer
public BoundingBox LatLonBoundingBox
return BoundingBox

Name public property

Unique name of this layer used for requesting layer
public string Name
return string

Queryable public property

Specifies whether this layer is queryable using GetFeatureInfo requests
public bool Queryable
return bool

Style public property

List of styles supported by layer
public WmsLayerStyle[] Style
return WmsLayerStyle[]

Title public property

Layer title
public string Title
return string