LineOfSight class final

A result for the line of sight analysis.

Implemented types

Properties

error ArcGISException?
An error if the line of sight could not be evaluated. Null if successful.
no setter
hashCode int
The hash code for this object.
no setterinherited
notVisibleLine Polyline?
The part of the line of sight that is not visible to the observer.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetVisibility double
Returns the visibility state between the target and observer locations. A value of 1 indicates a clear line of sight and 0 indicates that the target is not visible to the observer. If an error occurs during evaluation, NAN is returned.
no setter
visibleLine Polyline?
The part of the line of sight that is visible to the observer.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited