I would like to launch AGX and load a KML or shapefile or anything supported from within another process using COM. For a java example, this is easy using Google Earth and com4j. Here are the "api" docs: http://earth.google.com/comapi
My question is, where are the equivalent docs for AGX and where is this type of functionality discussed?
I agree COM is so (AAAHhhhhh) scary. The SDK has code for .net but java and .net are both object orientated languages. Why not create a wrapper class in java and kick off a .net solution through java?? At least there you can have some encapsulation.