SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
maptoolmeasure.h File Reference
#include "map/tools/maptool.h"
#include "core/measurementunitmanager.h"
#include <QColor>
#include <QFont>
#include <QPointF>
#include <QVector>
Include dependency graph for maptoolmeasure.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenSWMMVisMapToolMeasure
 Interactive tool for measuring geodesic distances or areas on the map. More...
 

Enumerations

enum class  MeasureMode {
  Distance ,
  Area
}
 Selects whether the measure tool computes distance or area. More...
 

Detailed Description

Enumeration Type Documentation

◆ MeasureMode

enum class MeasureMode
strong

Selects whether the measure tool computes distance or area.

Enumerator
Distance 

Cumulative geodesic line distance.

Area 

Geodesic polygon area.