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 ws/ogc/wms/client/DataTypes.h.
|
inline |
Definition at line 299 of file ws/ogc/wms/client/DataTypes.h.
| std::string te::ws::ogc::wms::WMSGetMapRequest::m_bgColor |
Definition at line 296 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetMapRequestURL(), te::ws::ogc::WMSClient::build130GetMapRequestURL(), and te::ws::ogc::wms::serialize::LayerWriter().
| BoundingBox te::ws::ogc::wms::WMSGetMapRequest::m_boundingBox |
Definition at line 291 of file ws/ogc/wms/client/DataTypes.h.
Referenced by BOOST_AUTO_TEST_CASE(), te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build111GetMapRequestURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetMapRequestURL(), te::ws::ogc::wms::qt::WMSLayerItem::buildDefaultRequest(), te::ws::ogc::wms::qt::WMSLayerSelectorDialog::crsIndexChanged(), te::ws::ogc::wms::WMSLayerRenderer::draw(), te::ws::ogc::wms::GetLayerMapRaster(), te::ws::ogc::wms::GetMap(), te::ws::ogc::wms::GetMapRaster(), te::ws::ogc::wms::serialize::LayerWriter(), main(), and te::ws::ogc::wms::WMS2Layer::operator()().
| std::string te::ws::ogc::wms::WMSGetMapRequest::m_format |
Definition at line 294 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetMapRequestURL(), te::ws::ogc::WMSClient::build130GetMapRequestURL(), te::ws::ogc::wms::GetLayerMapRaster(), te::ws::ogc::WMSClient::getMap(), te::ws::ogc::wms::GetMapRaster(), te::ws::ogc::wms::qt::WMSLayerSelectorDialog::imgFormatIndexChanged(), te::ws::ogc::wms::WMSLayer::isValid(), te::ws::ogc::wms::serialize::LayerWriter(), main(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerProperties().
| int te::ws::ogc::wms::WMSGetMapRequest::m_height |
Definition at line 293 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build111GetMapRequestURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetMapRequestURL(), te::ws::ogc::wms::WMSLayerRenderer::draw(), te::ws::ogc::wms::GetMap(), te::ws::ogc::wms::GetMapRaster(), te::ws::ogc::wms::WMSLayer::isValid(), te::ws::ogc::wms::serialize::LayerWriter(), main(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshMapPreview().
| std::vector<std::string> te::ws::ogc::wms::WMSGetMapRequest::m_layers |
Definition at line 288 of file ws/ogc/wms/client/DataTypes.h.
Referenced by BOOST_AUTO_TEST_CASE(), te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build111GetMapRequestURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetMapRequestURL(), te::ws::ogc::wms::qt::WMSLayerItem::buildDefaultRequest(), te::ws::ogc::wms::WMSLayer::isValid(), te::ws::ogc::wms::serialize::LayerWriter(), main(), and te::ws::ogc::wms::WMS2Layer::operator()().
| std::string te::ws::ogc::wms::WMSGetMapRequest::m_srs |
Definition at line 290 of file ws/ogc/wms/client/DataTypes.h.
Referenced by BOOST_AUTO_TEST_CASE(), te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build111GetMapRequestURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetMapRequestURL(), te::ws::ogc::wms::qt::WMSLayerItem::buildDefaultRequest(), te::ws::ogc::wms::qt::WMSLayerSelectorDialog::crsIndexChanged(), te::ws::ogc::wms::WMSLayerRenderer::draw(), te::ws::ogc::wms::GetMapRaster(), main(), te::ws::ogc::wms::WMS2Layer::operator()(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerProperties().
| std::vector<std::string> te::ws::ogc::wms::WMSGetMapRequest::m_styles |
Definition at line 289 of file ws/ogc/wms/client/DataTypes.h.
Referenced by BOOST_AUTO_TEST_CASE(), te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build111GetMapRequestURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetMapRequestURL(), te::ws::ogc::wms::qt::WMSLayerItem::buildDefaultRequest(), te::ws::ogc::wms::serialize::LayerWriter(), main(), te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerProperties(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::styleIndexChanged().
| std::string te::ws::ogc::wms::WMSGetMapRequest::m_time |
Definition at line 297 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetMapRequestURL(), te::ws::ogc::WMSClient::build130GetMapRequestURL(), te::ws::ogc::wms::serialize::LayerWriter(), te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerProperties(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::timeDimIndexChanged().
| bool te::ws::ogc::wms::WMSGetMapRequest::m_transparent |
Definition at line 295 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetMapRequestURL(), te::ws::ogc::WMSClient::build130GetMapRequestURL(), te::ws::ogc::wms::serialize::LayerWriter(), main(), te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerProperties(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::transparencyStateChanged().
| int te::ws::ogc::wms::WMSGetMapRequest::m_width |
Definition at line 292 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build111GetMapRequestURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetMapRequestURL(), te::ws::ogc::wms::WMSLayerRenderer::draw(), te::ws::ogc::wms::GetMap(), te::ws::ogc::wms::GetMapRaster(), te::ws::ogc::wms::WMSLayer::isValid(), te::ws::ogc::wms::serialize::LayerWriter(), main(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshMapPreview().