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

Structure for holding information about a WMS Layer
Mostrar archivo 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_oe property

Abstract
public string Abstract
return string

BoundingBoxes public_oe property

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

CRS public_oe property

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

ChildLayers public_oe property

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

Keywords public_oe property

Keywords
public string[] Keywords
return string[]

LatLonBoundingBox public_oe property

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

Name public_oe property

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

Queryable public_oe property

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

Style public_oe property

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

Title public_oe property

Layer title
public string Title
return string