#include <WMS2Layer.h>
Public Member Functions | |
| WMSLayerPtr | operator() (const te::ws::ogc::wms::WMSGetMapRequest &request) const |
| WMS2Layer (const std::string dataSourceId) | |
Public Attributes | |
| std::string | m_dataSourceId |
Definition at line 47 of file src/terralib/ws/ogc/wms/dataaccess/WMS2Layer.h.
| te::ws::ogc::wms::WMS2Layer::WMS2Layer | ( | const std::string | dataSourceId | ) |
Definition at line 19 of file src/terralib/ws/ogc/wms/dataaccess/WMS2Layer.cpp.
References m_dataSourceId.
| te::ws::ogc::wms::WMSLayerPtr te::ws::ogc::wms::WMS2Layer::operator() | ( | const te::ws::ogc::wms::WMSGetMapRequest & | request | ) | const |
Definition at line 24 of file src/terralib/ws/ogc/wms/dataaccess/WMS2Layer.cpp.
References ds, te::common::Singleton< DataSourceManager >::getInstance(), te::ws::ogc::wms::da::Transactor::getLayerByName(), te::ws::ogc::wms::WMSGetMapRequest::m_boundingBox, m_dataSourceId, te::ws::ogc::wms::WMSGetMapRequest::m_layers, te::ws::ogc::wms::BoundingBox::m_maxX, te::ws::ogc::wms::BoundingBox::m_maxY, te::ws::ogc::wms::BoundingBox::m_minX, te::ws::ogc::wms::BoundingBox::m_minY, te::ws::ogc::wms::Layer::m_name, te::ws::ogc::wms::WMSGetMapRequest::m_srs, te::ws::ogc::wms::Layer::m_title, te::map::NOT_VISIBLE, te::common::SplitString(), and TE_TR.
| std::string te::ws::ogc::wms::WMS2Layer::m_dataSourceId |
Definition at line 49 of file src/terralib/ws/ogc/wms/dataaccess/WMS2Layer.h.
Referenced by operator()(), and WMS2Layer().