An example of MapDisplay Tool. The only purpose of this tool is to show how you can implement a new tool. Do not consider it as a final application. More...
#include "SelectionTool.h"#include <terralib/common/STLUtils.h>#include <terralib/dataaccess.h>#include <terralib/geometry.h>#include <terralib/maptools/DataSetLayer.h>#include <terralib/qt/widgets/canvas/Canvas.h>#include <terralib/qt/widgets/canvas/MapDisplay.h>#include <QMouseEvent>#include <QToolTip>#include <cassert>#include <memory>Go to the source code of this file.
An example of MapDisplay Tool. The only purpose of this tool is to show how you can implement a new tool. Do not consider it as a final application.
Definition in file SelectionTool.cpp.