LuciadCPillar 2023.1.04
luciad::WmtsLayerStyle Class Referencefinal

Contains information about the layer style as described in a WMTS GetCapabilities request. More...

#include <luciad/formats/wmts/WmtsLayerStyle.h>

Public Member Functions

 ~WmtsLayerStyle ()
 
const std::optional< std::string > & getAbstract () const
 Returns the layer style's abstract. More...
 
const std::string & getIdentifier () const
 Returns the layer style's identifier. More...
 
const std::optional< std::string > & getTitle () const
 Returns the layer style's title. More...
 
bool isDefault () const
 Returns whether the layer style is the default one for the layer. More...
 

Detailed Description

Contains information about the layer style as described in a WMTS GetCapabilities request.

Constructor & Destructor Documentation

◆ ~WmtsLayerStyle()

luciad::WmtsLayerStyle::~WmtsLayerStyle ( )

Member Function Documentation

◆ getAbstract()

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

Returns the layer style's abstract.

Returns
the layer style's abstract.

◆ getIdentifier()

const std::string & luciad::WmtsLayerStyle::getIdentifier ( ) const

Returns the layer style's identifier.

Returns
the layer style's identifier.

◆ getTitle()

const std::optional< std::string > & luciad::WmtsLayerStyle::getTitle ( ) const

Returns the layer style's title.

Returns
the layer style's title.

◆ isDefault()

bool luciad::WmtsLayerStyle::isDefault ( ) const

Returns whether the layer style is the default one for the layer.

Returns
whether the layer style is the default one for the layer.