te::ws::ogc::wms::qt::WMSGetFeatureInfoMaker Class Reference

#include <WMSGetFeatureInfoMaker.h>

Inheritance diagram for te::ws::ogc::wms::qt::WMSGetFeatureInfoMaker:
te::qt::widgets::AbstractFeatureInfoMaker

Public Member Functions

void getInfo (QTreeWidgetItem *layerItem, te::qt::widgets::MapDisplay *display, const te::map::AbstractLayerPtr &layer, const te::gm::Envelope &e)
 This function is an implementation to get feature information. The information based on WMS GetFeatureInfo of the layer will be embedded in QTreeWidgetItem. More...
 
 WMSGetFeatureInfoMaker ()
 
virtual ~WMSGetFeatureInfoMaker ()
 

Detailed Description

Definition at line 68 of file WMSGetFeatureInfoMaker.h.

Constructor & Destructor Documentation

te::ws::ogc::wms::qt::WMSGetFeatureInfoMaker::WMSGetFeatureInfoMaker ( )
virtual te::ws::ogc::wms::qt::WMSGetFeatureInfoMaker::~WMSGetFeatureInfoMaker ( )
virtual

Member Function Documentation

void te::ws::ogc::wms::qt::WMSGetFeatureInfoMaker::getInfo ( QTreeWidgetItem *  layerItem,
te::qt::widgets::MapDisplay display,
const te::map::AbstractLayerPtr layer,
const te::gm::Envelope e 
)
virtual

This function is an implementation to get feature information. The information based on WMS GetFeatureInfo of the layer will be embedded in QTreeWidgetItem.

Parameters
layerItemQTreeWidgetItem that will be populated.
displayMapDisplay that will be passed by Info tool.
layerAbstractLayerPtr to retrieve the feature information.
eEnvelope with the box based on user's click.

Implements te::qt::widgets::AbstractFeatureInfoMaker.


The documentation for this class was generated from the following file: