Class: LatLongTextFormat
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:432
Format for lla entries
Implements
Constructors
Constructor
new LatLongTextFormat(
options?
):LatLongTextFormat
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:440
Parameters
Parameter | Type |
---|---|
options? | Partial <LatLongTextFormatOptions > |
Returns
LatLongTextFormat
Inherit Doc
Properties
nullValueString
nullValueString:
string
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:437
The string to show when a value is null
Implementation of
Methods
format()
format(
value
):string
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:450
Parameters
Parameter | Type |
---|---|
value | LatLongInterface |
Returns
string
Inherit Doc
Implementation of
parse()
parse(
text
):null
|LatLong
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:459
Parameters
Parameter | Type |
---|---|
text | string |
Returns
null
| LatLong