ExploratoryLocationLineOfSight constructor

ExploratoryLocationLineOfSight({
  1. required ArcGISPoint observerLocation,
  2. required ArcGISPoint targetLocation,
})

Creates an ExploratoryLineOfSight analysis object that defines an observer and a target using ArcGISPoint objects.

The line of sight is rendered as a line between the observer and target locations with distinct colors representing visible and obstructed segments.

Parameters:

  • observerLocation — A point that defines the location of the observer.
  • targetLocation — A point that defines the location of the target.