Informations about WMS Layers. More...
#include <WMSLayerInfo.h>
Public Attributes | |
| std::string | m_bbox | 
| std::string | m_name | 
| std::string | m_pseudoGetMapRequest | 
| std::string | m_srs | 
| std::string | m_title | 
| std::string | m_version | 
Informations about WMS Layers.
Definition at line 44 of file WMSLayerInfo.h.
| std::string te::wms::WMSLayerInfo::m_bbox | 
The layer BBOX.
Definition at line 49 of file WMSLayerInfo.h.
Referenced by te::wms::BuildGetMapRequest(), and te::wms::BuildLayerInfo().
| std::string te::wms::WMSLayerInfo::m_name | 
The layer name.
Definition at line 46 of file WMSLayerInfo.h.
Referenced by te::wms::BuildGetMapRequest(), te::wms::BuildLayerInfo(), te::wms::BuildLayersInfo(), and te::wms::Transactor::getDataSetType().
| std::string te::wms::WMSLayerInfo::m_pseudoGetMapRequest | 
The layer pseudo GetMap request.
Definition at line 48 of file WMSLayerInfo.h.
Referenced by te::wms::BuildLayersInfo(), and te::wms::Transactor::getDataSetType().
| std::string te::wms::WMSLayerInfo::m_srs | 
The layer SRS.
Definition at line 50 of file WMSLayerInfo.h.
Referenced by te::wms::BuildGetMapRequest(), and te::wms::BuildLayerInfo().
| std::string te::wms::WMSLayerInfo::m_title | 
The layer title .
Definition at line 47 of file WMSLayerInfo.h.
Referenced by te::wms::BuildLayersInfo(), and te::wms::Transactor::getDataSetType().
| std::string te::wms::WMSLayerInfo::m_version | 
The layer version.
Definition at line 51 of file WMSLayerInfo.h.
Referenced by te::wms::BuildGetMapRequest(), and te::wms::BuildLayerInfo().