The WMSGetFeatureInfoRequest WMS 1.3.0 struct. More...
#include <DataTypes.h>
Public Member Functions | |
| WMSGetFeatureInfoRequest () | |
Public Attributes | |
| std::string | m_exceptions |
| int | m_featureCount |
| WMSGetMapRequest | m_getMap |
| int | m_i |
| std::string | m_infoFormat |
| int | m_j |
| std::vector< std::string > | m_queryLayers |
The WMSGetFeatureInfoRequest WMS 1.3.0 struct.
A WMSGetFeatureInfoRequest is a struct to be used on WMS 1.3.0 GetFeatureInfo requests.
Definition at line 329 of file ws/ogc/wms/client/DataTypes.h.
|
inline |
Definition at line 339 of file ws/ogc/wms/client/DataTypes.h.
| std::string te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_exceptions |
Definition at line 336 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), and main().
| int te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_featureCount |
Definition at line 333 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), and main().
| WMSGetMapRequest te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_getMap |
Definition at line 337 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::wms::qt::WMSGetFeatureInfoMaker::getInfo(), and main().
| int te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_i |
Definition at line 334 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::wms::qt::WMSGetFeatureInfoMaker::getInfo(), and main().
| std::string te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_infoFormat |
Definition at line 332 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::WMSClient::getFeatureInfo(), and main().
| int te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_j |
Definition at line 335 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::wms::qt::WMSGetFeatureInfoMaker::getInfo(), and main().
| std::vector<std::string> te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_queryLayers |
Definition at line 331 of file ws/ogc/wms/client/DataTypes.h.
Referenced by te::ws::ogc::WMSClient::build111GetFeatureInfoURL(), te::ws::ogc::WMSClient::build130GetFeatureInfoURL(), te::ws::ogc::wms::qt::WMSGetFeatureInfoMaker::getInfo(), and main().