Class: FixInfoFacilityWaypoint<T>
A basic implementation of FacilityWaypoint.
Type parameters
Name | Type |
---|---|
T | extends Facility = Facility |
Hierarchy
BasicFacilityWaypoint
<T
>↳
FixInfoFacilityWaypoint
Constructors
constructor
• new FixInfoFacilityWaypoint<T
>(facility
, bus
, fixInfo
): FixInfoFacilityWaypoint
<T
>
Constructor.
Type parameters
Name | Type |
---|---|
T | extends Facility = Facility |
Parameters
Name | Type | Description |
---|---|---|
facility | T | The facility associated with this waypoint. |
bus | EventBus | The event bus. |
fixInfo | Readonly <WT21FixInfoWaypoint > | The fix info. |
Returns
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
Name | Type |
---|---|
other | Waypoint |
Returns
boolean
Inherited from
BasicFacilityWaypoint.equals
Defined in
sdk/navigation/Waypoint.ts:57