LuciadCPillar C# 2023.1.04
Luciad.Formats.Wms.WmsLayer Class Reference

Contains information about a layer as described in a WMS GetCapabilities response. More...

Inheritance diagram for Luciad.Formats.Wms.WmsLayer:

Public Member Functions

void Dispose ()
 
System.Collections.Generic.IList< Luciad.Formats.Wms.WmsLayerStyleGetStyles (bool withInheritedStyles=false)
 Returns the layer's styles and the inherited ones if specified. More...
 

Properties

string Abstract [get]
 
System.Collections.Generic.IList< Luciad.Formats.Wms.WmsLayerChildLayers [get]
 
bool IsOpaque [get]
 
System.Collections.Generic.IList< string > Keywords [get]
 
string Name [get]
 
string Title [get]
 

Detailed Description

Contains information about a layer as described in a WMS GetCapabilities response.

2020.2

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::WmsLayer.

Member Function Documentation

◆ Dispose()

void Luciad.Formats.Wms.WmsLayer.Dispose ( )
inline

◆ GetStyles()

System.Collections.Generic.IList< Luciad.Formats.Wms.WmsLayerStyle > Luciad.Formats.Wms.WmsLayer.GetStyles ( bool  withInheritedStyles = false)
inline

Returns the layer's styles and the inherited ones if specified.

withInheritedStyles

specify if the returned style list should contain styles inherited from parent layers. default value is false.

the layer's styles and the inherited ones if specified.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::WmsLayer::getStyles.

Property Documentation

◆ Abstract

string Luciad.Formats.Wms.WmsLayer.Abstract
get

◆ ChildLayers

System.Collections.Generic.IList<Luciad.Formats.Wms.WmsLayer> Luciad.Formats.Wms.WmsLayer.ChildLayers
get

◆ IsOpaque

bool Luciad.Formats.Wms.WmsLayer.IsOpaque
get

◆ Keywords

System.Collections.Generic.IList<string> Luciad.Formats.Wms.WmsLayer.Keywords
get

◆ Name

string Luciad.Formats.Wms.WmsLayer.Name
get

◆ Title

string Luciad.Formats.Wms.WmsLayer.Title
get