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
newfeaturelayerdialog.h File Reference
#include "feature/featuregeometry.h"
#include "feature/featuretypes.h"
#include "layers/featurelayer.h"
#include <QDialog>
#include <QString>
Include dependency graph for newfeaturelayerdialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::NewFeatureLayerDialog
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

Create an editable feature layer (workplans/MESH_DIALOG_TABS_AND_FEATURE_LAYERS_PLAN_2026-09-07.md ยง5.2).

Everything this dialog collects is immutable-ish afterwards, which is why it is a dialog rather than an inline row:

  • geometry type decides the GeoPackage table's OGR geometry type;
  • 2D / 3D decides whether that type carries the 25D flag;
  • the CRS is the canvas CRS and is shown read-only. The schema and the Z SOURCE can be changed later from the Features dock; the dimension and geometry type cannot, and the dialog says so.