LuciadCPillar C# 2024.0.02
Luciad.Formats.Wms.WmsDataSource.Layer Class Reference

Represents a WMS layer with an optional style. More...

Inheritance diagram for Luciad.Formats.Wms.WmsDataSource.Layer:

Public Member Functions

void Dispose ()
 

Properties

string Name [get]
 The name of the WMS layer. More...
 
string StyleName [get]
 The style for the WMS layer, if any is set. More...
 

Detailed Description

Represents a WMS layer with an optional style.

Since
2020.2
See also
WmsLayer for the more complete layer when retrieved from the server capabilities.

Member Function Documentation

◆ Dispose()

void Luciad.Formats.Wms.WmsDataSource.Layer.Dispose ( )
inline

Property Documentation

◆ Name

string Luciad.Formats.Wms.WmsDataSource.Layer.Name
get

The name of the WMS layer.

[get]

Returns the name of the WMS layer.

◆ StyleName

string Luciad.Formats.Wms.WmsDataSource.Layer.StyleName
get

The style for the WMS layer, if any is set.

[get]

Returns the style for the WMS layer, if any is set.