mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
committed by
Mathew Sutcliffe
parent
ded6fc012e
commit
0518e680c3
@@ -55,10 +55,18 @@ namespace BlackMisc
|
||||
|
||||
};
|
||||
|
||||
/*!
|
||||
* \brief Great circle distance between points
|
||||
* \param coordinate1
|
||||
* \param coordinate2
|
||||
* \return
|
||||
*/
|
||||
BlackMisc::PhysicalQuantities::CLength greatCircleDistance(const ICoordinateGeodetic &coordinate1, const ICoordinateGeodetic &coordinate2);
|
||||
|
||||
/*!
|
||||
* \brief Geodetic coordinate
|
||||
*/
|
||||
class CCoordinateGeodetic : public CValueObject
|
||||
class CCoordinateGeodetic : public CValueObject, public ICoordinateGeodetic
|
||||
{
|
||||
private:
|
||||
BlackMisc::Geo::CLatitude m_latitude; //!< Latitude
|
||||
|
||||
Reference in New Issue
Block a user