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,FREEMAIL_FROM, LOTS_OF_MONEY,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 11:10:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!b137b.pppool.DE!not-for-mail From: "Joachim Schr�er" Newsgroups: comp.lang.ada Subject: Re: DTED - Format / IO in Ada? Date: Sat, 18 May 2002 19:00:34 +0200 Message-ID: References: <3CE5295E.8020702@dornier.eads.net> NNTP-Posting-Host: b137b.pppool.de (213.7.19.123) X-Trace: fu-berlin.de 1021745434 23813454 213.7.19.123 (16 [76083]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:24354 Date: 2002-05-18T19:00:34+02:00 List-Id: "Jeffrey Creem" schrieb im Newsbeitrag news:qstF8.29869$sg2.7835878@typhoon.ne.ipsvc.net... > 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. That's not an option. First, I develop on windows but it has to run on Unix too. Second and more important: DTED is an important standard format and I want a quality implementation. If I use a binding I have to live with the implementation. If I would get an Ada implementation where I'm not happy with I can alter it. The DTED-format is not so complicated that this is not acceptable. I just wrote these 3 lines to c.l.a in the hope someone could save me a few days of hacking. J. Schr�er > > 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 > > > >