From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,d950af6f48e84248 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-18 07:33:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!newsfeed.cwix.com!chnws02.ne.ipsvc.net!cyclone.ne.ipsvc.net!24.128.8.70!typhoon.ne.ipsvc.net.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: <3CE5295E.8020702@dornier.eads.net> Subject: Re: DTED - Format / IO in Ada? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Sat, 18 May 2002 14:22:14 GMT NNTP-Posting-Host: 66.31.5.146 X-Complaints-To: abuse@attbi.com X-Trace: typhoon.ne.ipsvc.net 1021731734 66.31.5.146 (Sat, 18 May 2002 10:22:14 EDT) NNTP-Posting-Date: Sat, 18 May 2002 10:22:14 EDT Organization: ATT Broadband Xref: archiver1.google.com comp.lang.ada:24350 Date: 2002-05-18T14:22:14+00:00 List-Id: my standard answer on all of thiese (if you are running on windows) is find a COM/ActiveX binding and use GNATCOM to build an autobinding. This of course only works for Windows and probably GNAT. A quick look at http://www.vterrain.org/Packages/ (found via google) shows a few packages with COM and DTED support. "Joachim Schr�er" wrote in message news:3CE5295E.8020702@dornier.eads.net... > Hello, > > can anyone give me a pointer to a DTED (digital terrain elevation data), > implementation (all levels 0 .. 5 if possible) in Ada? I'm looking for > the data types representing the CD-contents and if possible a read - > procedure. > A pure C-implementation is also ok, I could use C2Ada to save hacking in > the data types. > > Thanks > J. Schr�er >