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

Structure for holding information about a WMS Layer
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

BoundingBoxes public_oe property

Coordinate Reference Systems supported by layer
public IDictionary BoundingBoxes
Résultat BoundingBox>.IDictionary

CRS public_oe property

Coordinate Reference Systems supported by layer
public string[] CRS
Résultat string[]

ChildLayers public_oe property

Collection of child layers
public WmsServerLayer[] ChildLayers
Résultat WmsServerLayer[]

Keywords public_oe property

Keywords
public string[] Keywords
Résultat string[]

LatLonBoundingBox public_oe property

Latitudal/longitudal extent of this layer
public BoundingBox LatLonBoundingBox
Résultat BoundingBox

Name public_oe property

Unique name of this layer used for requesting layer
public string Name
Résultat string

Queryable public_oe property

Specifies whether this layer is queryable using GetFeatureInfo requests
public bool Queryable
Résultat bool

Style public_oe property

List of styles supported by layer
public WmsLayerStyle[] Style
Résultat WmsLayerStyle[]

Title public_oe property

Layer title
public string Title
Résultat string