ObserverTargetPairs class final

Defines observer and target positions for use in surface visibility line of sight analysis.

Implemented types

Constructors

ObserverTargetPairs(List<ObserverTargetPair> pairs)
Creates an arbitrary arrangement of observer and target pairs.
factory
ObserverTargetPairs.withManyToMany({required List<LineOfSightPosition> observerPositions, required List<LineOfSightPosition> targetPositions})
Creates an observer target pair for each combination of the given observer and target positions.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pairs List<ObserverTargetPair>
Pairs of observers and targets, with each pair defining a single line of sight.
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