The WMSGetMapRequest WMS 1.3.0 struct. More...
#include <DataTypes.h>
Public Member Functions | |
WMSGetMapRequest () | |
Public Attributes | |
std::string | m_bgColor |
BoundingBox | m_boundingBox |
std::string | m_format |
int | m_height |
std::vector< std::string > | m_layers |
std::string | m_srs |
std::vector< std::string > | m_styles |
std::string | m_time |
bool | m_transparent |
int | m_width |
The WMSGetMapRequest WMS 1.3.0 struct.
A WMSGetMapRequest is a struct to be used on WMS 1.3.0 GetMap requests.
Definition at line 286 of file DataTypes.h.
|
inline |
Definition at line 299 of file DataTypes.h.
std::string te::ws::ogc::wms::WMSGetMapRequest::m_bgColor |
Definition at line 296 of file DataTypes.h.
BoundingBox te::ws::ogc::wms::WMSGetMapRequest::m_boundingBox |
Definition at line 291 of file DataTypes.h.
std::string te::ws::ogc::wms::WMSGetMapRequest::m_format |
Definition at line 294 of file DataTypes.h.
int te::ws::ogc::wms::WMSGetMapRequest::m_height |
Definition at line 293 of file DataTypes.h.
std::vector<std::string> te::ws::ogc::wms::WMSGetMapRequest::m_layers |
Definition at line 288 of file DataTypes.h.
std::string te::ws::ogc::wms::WMSGetMapRequest::m_srs |
Definition at line 290 of file DataTypes.h.
std::vector<std::string> te::ws::ogc::wms::WMSGetMapRequest::m_styles |
Definition at line 289 of file DataTypes.h.
std::string te::ws::ogc::wms::WMSGetMapRequest::m_time |
Definition at line 297 of file DataTypes.h.
bool te::ws::ogc::wms::WMSGetMapRequest::m_transparent |
Definition at line 295 of file DataTypes.h.
int te::ws::ogc::wms::WMSGetMapRequest::m_width |
Definition at line 292 of file DataTypes.h.