Add kml objects and aerial photos to Scene

2782
1
10-28-2015 06:17 AM
AleksandraStojnev2
New Contributor

I have following situation:

WPF control which contains ArcGIS Scene is embedded in WinForm application.

I need to show georeferenced video frames on ArcGIS Scene. WPF control with ArcGis Scene gets  KML data from several different threads in main app, via AddKMLObject(ourKMLObject), and DeleteObject(id) methods.

Update is received several times per second.

The only way I've found for adding aerial photos on the scene was creating local KMLfile which contains GroundOverlay, and after that creating of KMLLayer using that file.

Update of the objects in this case is equal to removal of old layer, and adding new KML layer.

Adding layer with object is always successful. I have problem with removal of the KML layer: application crashes with access violation exception.

What is correct way to constantly add and remove KML ground overlay objects (or layers)?

Or

What is proper way to show video frames (with given four corner) on ArcGIS Scene?

0 Kudos
1 Reply
PhilipO_Gorman
New Contributor

Hi Aleksandra, did you find a solution to this?

0 Kudos