How to perform Viewshed analysis offline

4084
1
09-23-2014 05:00 AM
Labels (1)
yossharelharel
New Contributor

Hi,

I work with Esri Map Wpf control to display maps and I load TPK and LPK files to display different layers.

 

I want to enable user to click on the map and display a Viewshed analysis for this location with some radius. It was easy to made it while working against Esri service online but my app have to support offline too.

I understand I have to get some DEM files. But I don't know how to use ESRI code (C#)  to use those files and calculate it on run time.

Please help.

Thanks

0 Kudos
1 Reply
nakulmanocha
Esri Regular Contributor

My suggestion would be to create a GP tool and then consume it in the runtime application.

0 Kudos