Skip to main content

Class: FixInfoFacilityWaypoint<T>

A basic implementation of FacilityWaypoint.

Type parameters

NameType
Textends Facility = Facility

Hierarchy

  • BasicFacilityWaypoint<T>

    FixInfoFacilityWaypoint

Constructors

constructor

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

Constructor.

Type parameters

NameType
Textends Facility = Facility

Parameters

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

Returns

FixInfoFacilityWaypoint<T>

Overrides

BasicFacilityWaypoint\<T\>.constructor

Defined in

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

Properties

fixInfo

Readonly fixInfo: Readonly<WT21FixInfoWaypoint>

The fix info.

Defined in

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


isFacilityWaypoint

Readonly isFacilityWaypoint: true

Inherit Doc

Inherited from

BasicFacilityWaypoint.isFacilityWaypoint

Defined in

sdk/navigation/Waypoint.ts:133

Accessors

facility

get facility(): Subscribable<T>

The facility associated with this waypoint.

Returns

Subscribable<T>

Inherited from

BasicFacilityWaypoint.facility

Defined in

sdk/navigation/Waypoint.ts:187


location

get location(): Subscribable<GeoPointInterface>

Returns

Subscribable<GeoPointInterface>

Inherit Doc

Inherited from

BasicFacilityWaypoint.location

Defined in

sdk/navigation/Waypoint.ts:169


type

get type(): string

Returns

string

Inherit Doc

Inherited from

BasicFacilityWaypoint.type

Defined in

sdk/navigation/Waypoint.ts:179


uid

get uid(): string

Returns

string

Inherit Doc

Overrides

BasicFacilityWaypoint.uid

Defined in

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

Methods

equals

equals(other): boolean

Parameters

NameType
otherWaypoint

Returns

boolean

Inherited from

BasicFacilityWaypoint.equals

Defined in

sdk/navigation/Waypoint.ts:57