We require our Silverlight app to load and display KML data from another system. Unfortunately our app's map coordinate system and projection is custom for the particular site.
Is there a way to convert an entire KML document to the coord sys/projection and display it in the map and retain the symbology of the KML? Can the esri silverlight api do this on the client?
I know there is a KMLToLayer_conversion tool and we can utilize that with a geoprocessing task, then project it, but how to load the resulting featureclasses and lyr file dynamically into the client silverlight app?
thanks