ViewshedParameters class final

Parameters that control viewshed analysis for a ViewshedFunction.

Implemented types

Constructors

ViewshedParameters()
Creates a ViewshedParameters.
factory

Properties

elevationSamplingInterval double
The interval at which the elevation source is sampled, in the horizontal units of the ViewshedFunction elevation extent.
getter/setter pair
fieldOfView double
The field of view of the observer, in degrees.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heading double
The direction that the observer is facing, in degrees.
getter/setter pair
maxRadius double
The maximum radius for the viewshed calculation.
getter/setter pair
observerHeightOrigin HeightOrigin
Specifies how the observer position height should be interpreted.
getter/setter pair
observerPosition ArcGISPoint?
The observer position in 3D space.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetHeight double
The height of the target, in the same unit as the elevation surface.
getter/setter pair
targetHeightOrigin HeightOrigin
Specifies how the target height should be interpreted.
getter/setter pair

Methods

clone() ViewshedParameters
Clone the ViewshedParameters.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited