mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
committed by
Mathew Sutcliffe
parent
bf1837b414
commit
76e2421ba2
@@ -226,6 +226,15 @@ namespace BlackMisc
|
||||
* Register metadata
|
||||
*/
|
||||
static void registerMetadata();
|
||||
|
||||
/*!
|
||||
* \brief Coordinate by WGS84 position data
|
||||
* \param latitudeWgs84
|
||||
* \param longitudeWgs84
|
||||
* \param height
|
||||
* \return
|
||||
*/
|
||||
static CCoordinateGeodetic fromWgs84(const QString &latitudeWgs84, const QString &longitudeWgs84, const BlackMisc::PhysicalQuantities::CLength height = BlackMisc::PhysicalQuantities::CLength());
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user