The BoundingBox WMS 1.3.0 struct. More...
#include <DataTypes.h>
Public Member Functions | |
| BoundingBox () | |
Public Attributes | |
| std::string | m_crs |
| double | m_maxX |
| double | m_maxY |
| double | m_minX |
| double | m_minY |
| double | m_resX |
| double | m_resY |
The BoundingBox WMS 1.3.0 struct.
The BoundingBox attributes indicate the limits of the bounding box in units of the specified coordinate reference system.
Definition at line 90 of file ws/ogc/wms/client/DataTypes.h.
|
inline |
Definition at line 100 of file ws/ogc/wms/client/DataTypes.h.
| std::string te::ws::ogc::wms::BoundingBox::m_crs |
Definition at line 92 of file ws/ogc/wms/client/DataTypes.h.
Referenced by BOOST_AUTO_TEST_CASE(), te::ws::ogc::wms::qt::WMSLayerItem::buildDefaultRequest(), te::ws::ogc::wms::qt::WMSLayerSelectorDialog::crsIndexChanged(), te::ws::ogc::wms::WMSLayerRenderer::draw(), te::ws::ogc::wms::GetMap(), te::ws::ogc::wms::GetMapRaster(), te::ws::ogc::wms::serialize::GetMapRequestReader(), te::ws::ogc::wms::serialize::LayerWriter(), main(), te::ws::ogc::wms::XMLParser::parseBoundingBox(), te::ws::ogc::wms::version_1_1_1::XMLParser::parseBoundingBox(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerInfoTree().
| double te::ws::ogc::wms::BoundingBox::m_maxX |
Definition at line 95 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(), te::ws::ogc::wms::WMS2Layer::operator()(), te::ws::ogc::wms::XMLParser::parseBoundingBox(), te::ws::ogc::wms::version_1_1_1::XMLParser::parseBoundingBox(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerInfoTree().
| double te::ws::ogc::wms::BoundingBox::m_maxY |
Definition at line 96 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(), te::ws::ogc::wms::WMS2Layer::operator()(), te::ws::ogc::wms::XMLParser::parseBoundingBox(), te::ws::ogc::wms::version_1_1_1::XMLParser::parseBoundingBox(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerInfoTree().
| double te::ws::ogc::wms::BoundingBox::m_minX |
Definition at line 93 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(), te::ws::ogc::wms::WMS2Layer::operator()(), te::ws::ogc::wms::XMLParser::parseBoundingBox(), te::ws::ogc::wms::version_1_1_1::XMLParser::parseBoundingBox(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerInfoTree().
| double te::ws::ogc::wms::BoundingBox::m_minY |
Definition at line 94 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(), te::ws::ogc::wms::WMS2Layer::operator()(), te::ws::ogc::wms::XMLParser::parseBoundingBox(), te::ws::ogc::wms::version_1_1_1::XMLParser::parseBoundingBox(), and te::ws::ogc::wms::qt::WMSLayerSelectorDialog::refreshLayerInfoTree().
| double te::ws::ogc::wms::BoundingBox::m_resX |
Definition at line 97 of file ws/ogc/wms/client/DataTypes.h.
| double te::ws::ogc::wms::BoundingBox::m_resY |
Definition at line 98 of file ws/ogc/wms/client/DataTypes.h.