LuciadCPillar 2024.0.04
|
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... | |
Contains information about the layer style as described in a WMTS GetCapabilities request.
luciad::WmtsLayerStyle::~WmtsLayerStyle | ( | ) |
const std::optional< std::string > & luciad::WmtsLayerStyle::getAbstract | ( | ) | const |
Returns the layer style's abstract.
const std::string & luciad::WmtsLayerStyle::getIdentifier | ( | ) | const |
Returns the layer style's identifier.
const std::optional< std::string > & luciad::WmtsLayerStyle::getTitle | ( | ) | const |
Returns the layer style's title.
bool luciad::WmtsLayerStyle::isDefault | ( | ) | const |
Returns whether the layer style is the default one for the layer.