ViewshedProps
ViewshedProps =
object
Defined in: src/ExpoArcgis.types.ts:1449
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:1465
Whether to draw the viewshed frustum outline. Defaults to false.
heading
Section titled “heading”heading:
number
Defined in: src/ExpoArcgis.types.ts:1453
Direction the observer faces, in degrees (0 = north, clockwise).
horizontalAngle
Section titled “horizontalAngle”horizontalAngle:
number
Defined in: src/ExpoArcgis.types.ts:1457
Horizontal field-of-view angle, in degrees (0–360).
location
Section titled “location”location:
PointGeometry
Defined in: src/ExpoArcgis.types.ts:1451
Observer location.
maxDistance?
Section titled “maxDistance?”
optionalmaxDistance?:number
Defined in: src/ExpoArcgis.types.ts:1463
Far clipping distance from the observer, in meters.
minDistance?
Section titled “minDistance?”
optionalminDistance?:number
Defined in: src/ExpoArcgis.types.ts:1461
Near clipping distance from the observer, in meters.
pitch:
number
Defined in: src/ExpoArcgis.types.ts:1455
Observer pitch, in degrees (0 = horizontal, 90 = straight down).
verticalAngle
Section titled “verticalAngle”verticalAngle:
number
Defined in: src/ExpoArcgis.types.ts:1459
Vertical field-of-view angle, in degrees (0–180).