Skip to main content

Class: LatLongTextFormat

Format for lla entries

Implements

  • Validator<LatLongInterface>
  • Formatter<LatLongInterface>

Constructors

constructor

new LatLongTextFormat(options?): LatLongTextFormat

Parameters

NameType
options?Partial<LatLongTextFormatOptions>

Returns

LatLongTextFormat

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

NameType
valueLatLongInterface

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

NameType
textstring

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