![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "layers/featurelayer.h"#include "layers/gisrasterlayer.h"#include "layers/swmm2dmeshlayer.h"#include "map/mapcanvas.h"#include "map/spatialreferencesystem.h"#include <gdal_priv.h>#include <ogrsf_frmts.h>#include <QCoreApplication>#include <QFileInfo>#include <QJsonObject>#include <QLoggingCategory>#include <cmath>#include <limits>Functions | |
| QString | featureLayerRoleLabel (FeatureLayerRole r) |
| QString | featureLayerRoleToken (FeatureLayerRole r) |
| FeatureLayerRole | featureLayerRoleFromToken (const QString &token) |
| GeometryType | featureLayerRoleGeometry (FeatureLayerRole r) |
| The geometry type a role implies, for the New-layer dialog's default. GeometryType::None when the role does not imply one. | |
| Schema | featureLayerRoleTemplate (FeatureLayerRole r) |
The fields a newly created layer of role r starts with. | |
| FeatureLayerRole featureLayerRoleFromToken | ( | const QString & | token | ) |
| GeometryType featureLayerRoleGeometry | ( | FeatureLayerRole | r | ) |
The geometry type a role implies, for the New-layer dialog's default. GeometryType::None when the role does not imply one.
| QString featureLayerRoleLabel | ( | FeatureLayerRole | r | ) |
| Schema featureLayerRoleTemplate | ( | FeatureLayerRole | r | ) |
The fields a newly created layer of role r starts with.
| QString featureLayerRoleToken | ( | FeatureLayerRole | r | ) |