Given a height map in the form of a raster layer I'd like to perfrom LineOfSight analysis on it.
Looking at the sample Line of sight (location) | ArcGIS Maps SDK for Qt | ArcGIS Developers it seems like the SceneView is necessary for this to work and the current viewpoint heavily influences the analysis:
- When zooming out the LineOfSight analysis reports no obstruction.
- When zooming in the analysis reports obstruction.
- When looking away the LineOfSight analysis result is unknown.
Is there a way to uncouple the LineOfSight from the active SceneView, i.e. run it on the given (offline) height map? Or how could one make the LineOfSight analysis independent from the User's current viewpoint?