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
SpatialReferenceSystem::LinearUnitInfo Struct Reference

Planar linear-unit information used by the 2D mesh writer. More...

#include <spatialreferencesystem.h>

Collaboration diagram for SpatialReferenceSystem::LinearUnitInfo:

Public Attributes

double metresPerUnit = 1.0
 
QString name
 
bool usable = false
 

Detailed Description

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.

Member Data Documentation

◆ metresPerUnit

double SpatialReferenceSystem::LinearUnitInfo::metresPerUnit = 1.0

◆ name

QString SpatialReferenceSystem::LinearUnitInfo::name

◆ usable

bool SpatialReferenceSystem::LinearUnitInfo::usable = false

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