Class: FixInfoFacilityWaypoint<T>
Defined in: workingtitle-instruments-wt21/shared/Map/MapTod.ts:337
A basic implementation of FacilityWaypoint.
Extends
Type Parameters
Type Parameter | Default type |
---|---|
T extends Facility | Facility |
Constructors
Constructor
new FixInfoFacilityWaypoint<
T
>(facility
,bus
,fixInfo
):FixInfoFacilityWaypoint
<T
>
Defined in: workingtitle-instruments-wt21/shared/Map/MapTod.ts:344
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
facility | T | The facility associated with this waypoint. |
bus | EventBus | The event bus. |
fixInfo | Readonly <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
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
Methods
equals()
equals(
other
):boolean
Defined in: sdk/navigation/Waypoint.ts:59
Checks whether this waypoint and another are equal.
Parameters
Parameter | Type | Description |
---|---|---|
other | Waypoint | The other waypoint. |
Returns
boolean
whether this waypoint and the other are equal.