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
CRSInfo Struct Reference

Lightweight record describing one entry in the GDAL CRS database. More...

#include <crsmanager.h>

Collaboration diagram for CRSInfo:

Public Attributes

QString authName
 
int code = -1
 
QString name
 
QString type
 
QString areaName
 
bool deprecated = false
 

Detailed Description

Lightweight record describing one entry in the GDAL CRS database.

Member Data Documentation

◆ areaName

QString CRSInfo::areaName

Area of use, e.g. "World", "USA - Florida".

◆ authName

QString CRSInfo::authName

Authority, e.g. "EPSG".

◆ code

int CRSInfo::code = -1

Numeric authority code.

◆ deprecated

bool CRSInfo::deprecated = false

◆ name

QString CRSInfo::name

Human-readable name.

◆ type

QString CRSInfo::type

CRS type string ("geographic 2D", "projected", etc.).


The documentation for this struct was generated from the following file: