GeoElementViewshedProps
GeoElementViewshedProps =
object
Defined in: src/ExpoArcgis.types.ts:1473
Props for a GeoElement-anchored <Viewshed> — the viewshed follows a <Graphic> as it moves.
Mirrors the native ExploratoryGeoElementViewshed. 3D only (rendered in a <SceneView>).
Use instead of ViewshedProps when you want the observer to track a graphic’s position.
Properties
Section titled “Properties”frustumOutlineVisible?
Section titled “frustumOutlineVisible?”
optionalfrustumOutlineVisible?:boolean
Defined in: src/ExpoArcgis.types.ts:1487
Whether to draw the viewshed frustum outline. Defaults to false.
headingOffset
Section titled “headingOffset”headingOffset:
number
Defined in: src/ExpoArcgis.types.ts:1479
Heading offset from the graphic’s heading, in degrees.
horizontalAngle
Section titled “horizontalAngle”horizontalAngle:
number
Defined in: src/ExpoArcgis.types.ts:1475
Horizontal field-of-view angle, in degrees (0–360).
maxDistance?
Section titled “maxDistance?”
optionalmaxDistance?:number
Defined in: src/ExpoArcgis.types.ts:1485
Far clipping distance from the observer, in meters.
minDistance?
Section titled “minDistance?”
optionalminDistance?:number
Defined in: src/ExpoArcgis.types.ts:1483
Near clipping distance from the observer, in meters.
pitchOffset
Section titled “pitchOffset”pitchOffset:
number
Defined in: src/ExpoArcgis.types.ts:1481
Pitch offset from the graphic’s pitch, in degrees.
verticalAngle
Section titled “verticalAngle”verticalAngle:
number
Defined in: src/ExpoArcgis.types.ts:1477
Vertical field-of-view angle, in degrees (0–180).