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
CRSSelectionDialog Class Reference

Modal dialog for browsing and selecting a CRS from the GDAL database. More...

#include <crsselectiondialog.h>

Inheritance diagram for CRSSelectionDialog:
Collaboration diagram for CRSSelectionDialog:

Public Member Functions

 CRSSelectionDialog (QWidget *parent=nullptr)
 
 ~CRSSelectionDialog () override
 
void setCurrentCRS (const SpatialReferenceSystem *current)
 
SpatialReferenceSystemselectedSRS () const
 
QString selectedAuthCode () const
 

Detailed Description

Modal dialog for browsing and selecting a CRS from the GDAL database.

Displays CRSes in a hierarchical tree organized by:

  • Type (Geographic 2D, Projected, etc.)
  • Area of use / region (groups state planes by state, UTM zones by region, etc.)
  • Individual CRS entries

Supports filtering by keyword, authority, and type.

Constructor & Destructor Documentation

◆ CRSSelectionDialog()

CRSSelectionDialog::CRSSelectionDialog ( QWidget *  parent = nullptr)
explicit

◆ ~CRSSelectionDialog()

CRSSelectionDialog::~CRSSelectionDialog ( )
overridedefault

Member Function Documentation

◆ selectedAuthCode()

QString CRSSelectionDialog::selectedAuthCode ( ) const

◆ selectedSRS()

SpatialReferenceSystem * CRSSelectionDialog::selectedSRS ( ) const
Here is the call graph for this function:

◆ setCurrentCRS()

void CRSSelectionDialog::setCurrentCRS ( const SpatialReferenceSystem current)
Here is the call graph for this function:

The documentation for this class was generated from the following files: