![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Lightweight record describing one entry in the GDAL CRS database. More...
#include <crsmanager.h>
Public Attributes | |
| QString | authName |
| int | code = -1 |
| QString | name |
| QString | type |
| QString | areaName |
| bool | deprecated = false |
Lightweight record describing one entry in the GDAL CRS database.
| QString CRSInfo::areaName |
Area of use, e.g. "World", "USA - Florida".
| QString CRSInfo::authName |
Authority, e.g. "EPSG".
| int CRSInfo::code = -1 |
Numeric authority code.
| bool CRSInfo::deprecated = false |
| QString CRSInfo::name |
Human-readable name.
| QString CRSInfo::type |
CRS type string ("geographic 2D", "projected", etc.).