created Line of Sight using Analysis Overlay API in Scene View. But i want show on Map View 2D also. Please help me.
Line-of-sight analysis is using the 3D content in the 3D scene to calculate visibility, and therefore this isn't supported in 2D.
The best you can do is make the camera look straight-down to make it close to 2D.
Thanks for your reply, is it possible to convert Line of sight as graphic and show in Map View. Line of sight Visibility Color and obstructed color changes at time of zoom in/out and Camera view operation in Scene View. LOS is working based on rendering,so please suggest how to restrict it, because user get confuse .
Hi,
The LineOfSight and Viewshed analysis tools provide high performance on-the-fly visual calculations in the SceneView. The output of these tools cannot currently be persisted/saved (e.g as graphics). If you want to run visibility analysis and save the results you could look at using the Local Server component to run Geoprocessing packages that you have created in ArcMap. These packages can include a variety of tools from ArcMap - for the full list supported please see Local Server geoprocessing tools support—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers. Although this will not provide the same interactive/exploratory experience, it will provide a lot of additional control over the analysis and how you process the results.
For additional information on working with the Local Server component see Local Server—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers.
For instructions on creating geoprocessing packages in ArcMap, see A quick tour of geoprocessing packages—ArcMap | ArcGIS Desktop.
Cheers
Mike
Hey,
This topic is almost 5 years old, but I got a request right now from a customer asking if we can do Line of Sight analysis in 2D. And this is not for the first time we are getting this question.
Are there any new findings here? Is this possible in the meantime?
Are there workarounds for (creating in 3D and exporting to 2D)?
Cheers,
Max
Hi,
Any update about the line of sight analisys support on 2D map?