Skip to main content

Class: FixInfoFacilityWaypoint<T>

Defined in: workingtitle-instruments-wt21/shared/Map/MapTod.ts:337

A basic implementation of FacilityWaypoint.

Extends

Type Parameters

Type ParameterDefault type
T extends FacilityFacility

Constructors

Constructor

new FixInfoFacilityWaypoint<T>(facility, bus, fixInfo): FixInfoFacilityWaypoint<T>

Defined in: workingtitle-instruments-wt21/shared/Map/MapTod.ts:344

Constructor.

Parameters

ParameterTypeDescription
facilityTThe facility associated with this waypoint.
busEventBusThe event bus.
fixInfoReadonly<WTLineFixInfoWaypoint>The fix info.

Returns

FixInfoFacilityWaypoint<T>

Overrides

BasicFacilityWaypoint.constructor

Properties

fixInfo

readonly fixInfo: Readonly<WTLineFixInfoWaypoint>

Defined in: workingtitle-instruments-wt21/shared/Map/MapTod.ts:344

The fix info.


isFacilityWaypoint

readonly isFacilityWaypoint: true = true

Defined in: sdk/navigation/Waypoint.ts:135

A flag which marks this waypoint as a FacilityWaypoint.

Inherited from

BasicFacilityWaypoint.isFacilityWaypoint

Accessors

facility

Get Signature

get facility(): Subscribable<T>

Defined in: sdk/navigation/Waypoint.ts:189

The facility associated with this waypoint.

Returns

Subscribable<T>

The facility associated with this waypoint.

Inherited from

BasicFacilityWaypoint.facility


location

Get Signature

get location(): Subscribable<GeoPointInterface>

Defined in: sdk/navigation/Waypoint.ts:171

The geographic location of the waypoint.

Returns

Subscribable<GeoPointInterface>

The geographic location of the waypoint.

Inherited from

BasicFacilityWaypoint.location


type

Get Signature

get type(): string

Defined in: sdk/navigation/Waypoint.ts:181

The unique string type of this waypoint.

Returns

string

The unique string type of this waypoint.

Inherited from

BasicFacilityWaypoint.type


uid

Get Signature

get uid(): string

Defined in: workingtitle-instruments-wt21/shared/Map/MapTod.ts:349

A unique string ID assigned to this waypoint.

Returns

string

A unique string ID assigned to this waypoint.

Overrides

BasicFacilityWaypoint.uid

Methods

equals()

equals(other): boolean

Defined in: sdk/navigation/Waypoint.ts:59

Checks whether this waypoint and another are equal.

Parameters

ParameterTypeDescription
otherWaypointThe other waypoint.

Returns

boolean

whether this waypoint and the other are equal.

Inherited from

BasicFacilityWaypoint.equals