![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Planar linear-unit information used by the 2D mesh writer. More...
#include <spatialreferencesystem.h>
Public Attributes | |
| double | metresPerUnit = 1.0 |
| QString | name |
| bool | usable = false |
Planar linear-unit information used by the 2D mesh writer.
metresPerUnit is the factor that converts this CRS's XY coordinates to metres (the engine's SI contract). usable is true only when the CRS is projected or local AND metresPerUnit is finite and > 0. Geographic CRSes are unusable for planar meshing.
| double SpatialReferenceSystem::LinearUnitInfo::metresPerUnit = 1.0 |
| QString SpatialReferenceSystem::LinearUnitInfo::name |
| bool SpatialReferenceSystem::LinearUnitInfo::usable = false |