Skip to main content

Class: FixInfoFacilityWaypoint<T>

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

A basic implementation of FacilityWaypoint.

Extends

  • BasicFacilityWaypoint<T>

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:343

Constructor.

Parameters

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

Returns

FixInfoFacilityWaypoint<T>

Overrides

BasicFacilityWaypoint<T>.constructor

Properties

fixInfo

readonly fixInfo: Readonly<WT21FixInfoWaypoint>

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

The fix info.


isFacilityWaypoint

readonly isFacilityWaypoint: true = true

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

Inherit Doc

Inherited from

BasicFacilityWaypoint.isFacilityWaypoint

Accessors

facility

Get Signature

get facility(): Subscribable<T>

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

The facility associated with this waypoint.

Returns

Subscribable<T>

Inherited from

BasicFacilityWaypoint.facility


location

Get Signature

get location(): Subscribable<GeoPointInterface>

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

Inherit Doc
Returns

Subscribable<GeoPointInterface>

Inherited from

BasicFacilityWaypoint.location


type

Get Signature

get type(): string

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

Inherit Doc
Returns

string

Inherited from

BasicFacilityWaypoint.type


uid

Get Signature

get uid(): string

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

Inherit Doc
Returns

string

Overrides

BasicFacilityWaypoint.uid

Methods

equals()

equals(other): boolean

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

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