ExploratoryGeoElementLineOfSight

constructor(observerGeoElement: GeoElement, targetGeoElement: GeoElement)

Creates an ExploratoryLineOfSight analysis object that defines an observer and a target using Point objects. Renders a line between the observer and target with distinct colors representing visible and obstructed segments. Supported GeoElement types are Graphic, Feature, and DynamicEntity.

Since

300.0.0

Parameters

observerGeoElement

A GeoElement that defines the observer.

targetGeoElement

A GeoElement that defines the target.

Throws

The GeoElement must be one of the following supported types Graphic, Feature, DynamicEntity, or DynamicEntityObservation. The geometry of the observer GeoElement must be a Point and must have a value.