mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Ref T231, arbitrary radius for elevation plane
This commit is contained in:
@@ -48,12 +48,16 @@ namespace BlackMisc
|
||||
//! Altitude (synonym for geodetic height)
|
||||
const Aviation::CAltitude &getAltitude() const { return this->geodeticHeight(); }
|
||||
|
||||
//! Existing value
|
||||
bool isNull() const;
|
||||
//! Existing value?
|
||||
virtual bool isNull() const override;
|
||||
|
||||
//! Check if elevation is within radius and can be used
|
||||
//! \remark checks against the set radius
|
||||
bool isWithinRange(const ICoordinateGeodetic &coordinate) const;
|
||||
|
||||
//! Check if elevation is within radius and can be used
|
||||
bool isWithinRange(const ICoordinateGeodetic &coordinate, const PhysicalQuantities::CLength &radius) const;
|
||||
|
||||
//! Treat as single point as obtained from simulator
|
||||
void setSinglePointRadius();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user