LineOfSightPosition class final
Defines a 3D position for an observer or target for use in surface visibility line of sight analysis.
- Implemented types
Constructors
- LineOfSightPosition({required ArcGISPoint position, required HeightOrigin heightOrigin})
-
Creates a LineOfSightPosition.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- heightOrigin → HeightOrigin
-
Specifies how the position height should be interpreted.
no setter
- position → ArcGISPoint
-
A location in 3D space defined by x, y, and z coordinates.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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