Esri / military-planner-application-csharp

The Military Planner Application is an Application Prototype Template for planning military operations.
Apache License 2.0
28 stars 19 forks source link

Export military graphics to KML #59

Open ChristinaKochan opened 9 years ago

ChristinaKochan commented 9 years ago

Is there a property exposed that would give us the complete graphic points for drawing these symbols in Google Earth? We would like to be able to retrieve this information from the Graphic or the Message so that we can export it in a KML and it would look correct in Google Earth.

For example, a FLOT may have only two control points but could potentially have hundreds of drawn points to get it to look like it should. This is a request from our military customer.

jtharp commented 9 years ago

Currently the message layer abstracts a lot of the layers and graphics properties that one might need to get at. Given the map is at a current scale how can we get the individual geometries for the stylized military symbology?