I'm playing around with extending the NasalSys.cxx navinfo() function
that torsten wrote.
>From what I can tell it calls navlist.cxx findByIdentAndFreq(position,
ident, freq, type)
which then calls findByIdentAndFreq(ident, freq, type) and does a
distance filter on the result.

The problem is the findByIdentAndFreq() methods require a partial Id,
and this isn't always the case.
I'd like to be able to call navinfo() with a position and radius
distance, and to get back a list of all navaids within the radius range.

Is there another method that I haven't seen that would return the
nearest navaids items from the database?


cheers
   S.



------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to