![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Three-choice CRS change confirmation. More...
#include <crschangedialog.h>
Public Types | |
| enum | Choice { Cancel = 0 , Reproject = 1 , RenderOnly = 2 } |
Public Member Functions | |
| CRSChangeDialog (const QString &oldAuth, const QString &newAuth, bool sourceIsLocal=false, QWidget *parent=nullptr) | |
| Choice | choice () const |
Three-choice CRS change confirmation.
Displayed by SWMMVis::onCRSButtonClicked when the active project has a non-empty network and the user selects a different CRS.
|
explicit |
| oldAuth | Authority of the model's current CRS (e.g. "EPSG:6595"). |
| newAuth | Authority of the newly-selected CRS. |
| sourceIsLocal | If true, recommend Reproject — re-render needs a real source CRS to build a transform. |
|
inline |