LineOfSightParameters class final

Parameters that control line of sight analysis for a LineOfSightFunction.

Implemented types

Constructors

LineOfSightParameters()
Creates a LineOfSightParameters.
factory

Properties

elevationSamplingInterval double
The interval at which the elevation surface is sampled, in the horizontal units of the surface data source.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
observerTargetPairs ObserverTargetPairs
Defines the pairs of observer and target locations used in a LineOfSightFunction.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() LineOfSightParameters
Clone the LineOfSightParameters.
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