Class: LatLongTextFormat
Format for lla entries
Implements
Validator
<LatLongInterface
>Formatter
<LatLongInterface
>
Constructors
constructor
• new LatLongTextFormat(options?
): LatLongTextFormat
Parameters
Name | Type |
---|---|
options? | Partial <LatLongTextFormatOptions > |
Returns
Inherit Doc
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:441
Properties
nullValueString
• nullValueString: string
Implementation of
Formatter.nullValueString
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:438
Methods
format
▸ format(value
): string
Parameters
Name | Type |
---|---|
value | LatLongInterface |
Returns
string
Inherit Doc
Implementation of
Formatter.format
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:451
parse
▸ parse(text
): null
| LatLong
Parameters
Name | Type |
---|---|
text | string |
Returns
null
| LatLong
Inherit Doc
Implementation of
Validator.parse
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:460