generate kmz in code in Arcgis Runtime .net?

2767
2
03-30-2016 05:26 PM
santiagomonedero
New Contributor II

Hi, I am using kmz layers for image animation pourposes over a sceneview in Arcgis Runtime.This works fine but involves a lot of steps in code ( generate and export a png file, create kml, zip kml to kmz,  import kmz to an Arcgis kml layer) .

I was wondering if there is a directe way to create the same effect wihout having to use an external file.

thanks

0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor

At this point the runtime does not support authoring kml/kmz. It is however on our future roadmap.

0 Kudos
PhilipO_Gorman
New Contributor

+1 - In my case I want to update the position of an image on the map at 10Hz.

Here is the code https://bitbucket.org/snippets/philipogorman/LE8kr

As you can see it is not very efficient for what I want to do.

Thanks,

Philip

0 Kudos