How similar (or different) is programming in GISDK compared to C++? John Digi-Map
--- [EMAIL PROTECTED] wrote: --------------------------------- This is a very interesting question which could be extended asfollows: "Is it possible to design and write OO code using non-OOlanguages"? A couple of years ago I was involved in a large project that wasdesigned using OO techniques, and which was implemented in DK. Atthe end of the day we had defined trade areas as classes, or inother words a custom data type, using DK. It took a lot of work for coding the necessary infraestructure tosupport the OO concept. In the end the code ended being prettystable and made programming of new applications much easier. So I guess the answer to your question is "YES. But it is notsimple, and it would involve a very good design and a lot ofprogramming". Cheers Armando -------- Original Message -------- Subject:[Maptitude] custom data type From: "Dave Twehues"<[EMAIL PROTECTED]> Date: Wed, November 03, 2004 7:05pm To: "Maptitude (E-mail)"<[EMAIL PROTECTED]> Question for the group....Isis possible to create a custom data type in the DK just as you wouldin another language (C++, VBA etc...?) to use throughout anapplication? For a generic example of an existing datatype... Type Coord lat as double lon as double EndType Then in your application you could use the created type asfollows setting the individual parts as needed..... dimmy_house as Coord my_house.lat = 40.05 my_house.lon =-83.39 Thanks in advance, Dave DavidTwehues Vogt, Williams & Bowen LLC (614)225-9500 http://www.vwbresearch.com ------------------------Yahoo! Groups Sponsor --------------------~--> Make a clean sweepof pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Getit forfree! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/C5grlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links Yahoo! Groups Sponsor ADVERTISEMENT --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/Maptitude/ To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. ===== You only get one chance on this merry-go-round. But if you do it right, once is enough. __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/C5grlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Maptitude/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
