The LegendURL WMS 1.3.0 struct. More...
#include <DataTypes.h>
Public Member Functions | |
LegendURL () | |
Public Attributes | |
std::string | m_format |
unsigned int | m_height |
OnlineResource | m_onlineResource |
unsigned int | m_width |
The LegendURL WMS 1.3.0 struct.
A Map Server may use zero or more LegendURL elements to provide an image(s) of a legend relevant to each Style of a Layer. The Format element indicates the MIME type of the legend. Width and height attributes may be provided to assist client applications in laying out space to display the legend.
Definition at line 140 of file DataTypes.h.
|
inline |
Definition at line 147 of file DataTypes.h.
std::string te::ws::ogc::wms::LegendURL::m_format |
Definition at line 142 of file DataTypes.h.
unsigned int te::ws::ogc::wms::LegendURL::m_height |
Definition at line 145 of file DataTypes.h.
OnlineResource te::ws::ogc::wms::LegendURL::m_onlineResource |
Definition at line 143 of file DataTypes.h.
unsigned int te::ws::ogc::wms::LegendURL::m_width |
Definition at line 144 of file DataTypes.h.