ArcGIS Runtime SDK for iOS: AGSLineOfSight.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSLineOfSight.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSLineOfSightTargetVisibility { AGSLineOfSightTargetVisibilityVisible = 0 , AGSLineOfSightTargetVisibilityObstructed = 1 , AGSLineOfSightTargetVisibilityUnknown = 2 }
 

Enumeration Type Documentation

◆ AGSLineOfSightTargetVisibility

Describes the visibility state between an observer and target in a line of sight analysis.

Since
100.2
Enumerator
AGSLineOfSightTargetVisibilityVisible 

Target is visible from the observer.

AGSLineOfSightTargetVisibilityObstructed 

Target is not visible from the observer because the line of sight is obstructed.

AGSLineOfSightTargetVisibilityUnknown 

Target visibility from the observer cannot be accurately evaluated with the currently loaded data.