mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 14:15:35 +08:00
Ref T261, improved "finding" for elevation, "findFirst" for small radius
This commit is contained in:
committed by
Roland Winklmeier
parent
ae8d9abf0d
commit
ad10470eb1
@@ -63,6 +63,9 @@ namespace BlackMisc
|
||||
//! \param range within range of other position
|
||||
CONTAINER findWithinRange(const ICoordinateGeodetic &coordinate, const PhysicalQuantities::CLength &range) const;
|
||||
|
||||
//! Find first in range
|
||||
OBJ findFirstWithinRangeOrDefault(const ICoordinateGeodetic &coordinate, const PhysicalQuantities::CLength &range) const;
|
||||
|
||||
//! Elements with geodetic height (only MSL)
|
||||
CONTAINER findWithGeodeticMSLHeight() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user