LuciadCPillar 2023.1.04
luciad::WmsLayerStyle Class Referencefinal

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

#include <luciad/formats/wms/WmsLayerStyle.h>

Public Member Functions

 ~WmsLayerStyle ()=default
 
const std::optional< std::string > & getAbstract () const
 Returns the style abstract. More...
 
const std::string & getName () const
 Returns the style name. More...
 
const std::string & getTitle () const
 Returns the style title. More...
 

Detailed Description

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

Since
2020.2

Constructor & Destructor Documentation

◆ ~WmsLayerStyle()

luciad::WmsLayerStyle::~WmsLayerStyle ( )
default

Member Function Documentation

◆ getAbstract()

const std::optional< std::string > & luciad::WmsLayerStyle::getAbstract ( ) const

Returns the style abstract.

Returns
the style abstract.

◆ getName()

const std::string & luciad::WmsLayerStyle::getName ( ) const

Returns the style name.

Returns
the style name.

◆ getTitle()

const std::string & luciad::WmsLayerStyle::getTitle ( ) const

Returns the style title.

Returns
the style title.