PDA

View Full Version : Accessing FDO objects through LISP



cjneper
2008-04-04, 08:57 PM
I have some Lisp programs that I use to pull out Object Data from an imported SHP file. What I am looking for is to create a Lisp program that will pull out that same data, except through an FDO connect to the SHP file. Is it even possible to access FDO Data through LISP?

Jmurphy
2008-04-06, 01:23 AM
No, FDO objects are accessed from .net or C# or similar. If you decide to dig into it all the FDO functions/classes are prefixed with MG......... If you download the SDK for map there's some samples and a few you can run (after you compile) using Visual Basic Express, free from Microsoft.




I have some Lisp programs that I use to pull out Object Data from an imported SHP file. What I am looking for is to create a Lisp program that will pull out that same data, except through an FDO connect to the SHP file. Is it even possible to access FDO Data through LISP?