26 #ifndef __TERRALIB_EXAMPLES_QT_TOOLS_INTERNAL_GRAPHDISPLAYWINDOW_H 27 #define __TERRALIB_EXAMPLES_QT_TOOLS_INTERNAL_GRAPHDISPLAYWINDOW_H 36 #include <QMainWindow> 100 void addRasterLayer(std::string path, std::string name);
101 void addVectorialLayer(std::string path,
int srid);
103 void setPNGPrefix(std::string prefix);
111 void onPanTriggered();
112 void onZoomAreaTriggered();
113 void onPNGTriggered();
114 void onCoordTracked(QPointF& coordinate);
134 #endif // __TERRALIB_EXAMPLES_QT_TOOLS_INTERNAL_GRAPHDISPLAYWINDOW_H Enumerations related to Geometry module.
std::list< te::map::AbstractLayerPtr > m_layers
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
This is the base class for Layers.
An Envelope defines a 2D rectangular region.
A simple main window to show example of TerraLib Qt Tools.
Abstract class used to define the main functions of graph struct. All graph implementations must used...
te::qt::widgets::AbstractTool * m_tool
te::qt::widgets::MapDisplay * m_display