LuciadCPillar 2024.0.08
|
Contains information about a layer as described in a WMTS GetCapabilities request. More...
#include <luciad/formats/wmts/WmtsLayer.h>
Public Member Functions | |
~WmtsLayer () | |
const std::optional< std::string > & | getAbstract () const |
Returns the layer's abstract. More... | |
const std::vector< std::shared_ptr< WmtsBoundingBox > > & | getBounds () const |
Returns the layer's bounding boxes. More... | |
const std::vector< std::string > & | getFormats () const |
Returns the layer's supported image formats. More... | |
const std::string & | getIdentifier () const |
Returns the layer's identifier. More... | |
const std::vector< std::shared_ptr< WmtsLayerStyle > > & | getStyles () const |
Returns the layer's styles. More... | |
const std::string & | getTitle () const |
Returns the layer's title. More... | |
Contains information about a layer as described in a WMTS GetCapabilities request.
luciad::WmtsLayer::~WmtsLayer | ( | ) |
const std::optional< std::string > & luciad::WmtsLayer::getAbstract | ( | ) | const |
Returns the layer's abstract.
const std::vector< std::shared_ptr< WmtsBoundingBox > > & luciad::WmtsLayer::getBounds | ( | ) | const |
Returns the layer's bounding boxes.
const std::vector< std::string > & luciad::WmtsLayer::getFormats | ( | ) | const |
Returns the layer's supported image formats.
const std::string & luciad::WmtsLayer::getIdentifier | ( | ) | const |
Returns the layer's identifier.
const std::vector< std::shared_ptr< WmtsLayerStyle > > & luciad::WmtsLayer::getStyles | ( | ) | const |
Returns the layer's styles.
const std::string & luciad::WmtsLayer::getTitle | ( | ) | const |
Returns the layer's title.