ViewshedProps
ViewshedProps =
object
Defined in: src/ExpoArcgis.types.ts:1528
Props for <Viewshed> — an exploratory viewshed (visible area from an observer). Mirrors the
native ExploratoryLocationViewshed. 3D only (rendered in a <SceneView>).
Properties
Section titled “Properties”frustumOutlineVisible?
Section titled “frustumOutlineVisible?”
optionalfrustumOutlineVisible?:boolean
Defined in: src/ExpoArcgis.types.ts:1544
Whether to draw the viewshed frustum outline. Defaults to false.
heading
Section titled “heading”heading:
number
Defined in: src/ExpoArcgis.types.ts:1532
Direction the observer faces, in degrees (0 = north, clockwise).
horizontalAngle
Section titled “horizontalAngle”horizontalAngle:
number
Defined in: src/ExpoArcgis.types.ts:1536
Horizontal field-of-view angle, in degrees (0–360).
location
Section titled “location”location:
PointGeometry
Defined in: src/ExpoArcgis.types.ts:1530
Observer location.
maxDistance?
Section titled “maxDistance?”
optionalmaxDistance?:number
Defined in: src/ExpoArcgis.types.ts:1542
Far clipping distance from the observer, in meters.
minDistance?
Section titled “minDistance?”
optionalminDistance?:number
Defined in: src/ExpoArcgis.types.ts:1540
Near clipping distance from the observer, in meters.
pitch:
number
Defined in: src/ExpoArcgis.types.ts:1534
Observer pitch, in degrees (0 = horizontal, 90 = straight down).
verticalAngle
Section titled “verticalAngle”verticalAngle:
number
Defined in: src/ExpoArcgis.types.ts:1538
Vertical field-of-view angle, in degrees (0–180).