mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Parse WGS coordinates
This commit is contained in:
@@ -277,12 +277,21 @@ namespace BlackMisc
|
||||
//! Set latitude
|
||||
void setLatitude(const CLatitude &latitude);
|
||||
|
||||
//! Set latitude
|
||||
void setLatitudeFromWgs84(const QString &wgs);
|
||||
|
||||
//! Set longitude
|
||||
void setLongitude(const CLongitude &longitude);
|
||||
|
||||
//! Set longitude
|
||||
void setLongitudeFromWgs84(const QString &wgs);
|
||||
|
||||
//! Set latitude and longitude
|
||||
void setLatLong(const CLatitude &latitude, const CLongitude &longitude);
|
||||
|
||||
//! Set latitude and longitude
|
||||
void setLatLongFromWgs84(const QString &latitude, const QString &longitude);
|
||||
|
||||
//! Set height (ellipsoidal or geodetic height)
|
||||
void setGeodeticHeight(const Aviation::CAltitude &height) { m_geodeticHeight = height; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user