The WMSGetMapResponse WMS 1.3.0 struct. More...
#include <DataTypes.h>
Public Attributes | |
| std::string | m_buffer |
| std::string | m_format |
| int | m_size |
The WMSGetMapResponse WMS 1.3.0 struct.
A WMSGetMapResponse is a struct that is used to retrieve 1.3.0 GetMap images as a buffer.
Definition at line 316 of file ws/ogc/wms/client/DataTypes.h.
| std::string te::ws::ogc::wms::WMSGetMapResponse::m_buffer |
Definition at line 318 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::wms::qt::WMSLayerDisplay::draw(), and te::ws::ogc::WMSClient::getMap().
| std::string te::ws::ogc::wms::WMSGetMapResponse::m_format |
Definition at line 320 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::wms::qt::WMSLayerDisplay::draw(), te::ws::ogc::WMSClient::getMap(), and main().
| int te::ws::ogc::wms::WMSGetMapResponse::m_size |
Definition at line 319 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::wms::qt::WMSLayerDisplay::draw(), te::ws::ogc::WMSClient::getMap(), and main().