Interface: Epic2ChartsProvider
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Providers/Epic2ChartsProvider.ts:4
An interface describing a charts provider for the Epic 2
Methods
getAirportCharts()
getAirportCharts(
airport
):Promise
<ChartMetadata
<string
>[]>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Providers/Epic2ChartsProvider.ts:10
Gets all the charts that should be available for display on the Aprt page. This is NOT all charts for an airport.
Parameters
Parameter | Type | Description |
---|---|---|
airport | IcaoValue | The airport ICAO value |
Returns
Promise
<ChartMetadata
<string
>[]>
getApproachCharts()
getApproachCharts(
airport
):Promise
<ChartMetadata
<string
>[]>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Providers/Epic2ChartsProvider.ts:34
Gets all the charts that should be available for display on the Appr page.
Parameters
Parameter | Type | Description |
---|---|---|
airport | IcaoValue | The airport ICAO value |
Returns
Promise
<ChartMetadata
<string
>[]>
getDefaultAirportChart()
getDefaultAirportChart(
airport
):Promise
<null
|ChartMetadata
<string
>>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Providers/Epic2ChartsProvider.ts:16
Gets the default airport chart for automatic selection
Parameters
Parameter | Type | Description |
---|---|---|
airport | IcaoValue | The airport ICAO Value |
Returns
Promise
<null
| ChartMetadata
<string
>>
getSidCharts()
getSidCharts(
airport
):Promise
<ChartMetadata
<string
>[]>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Providers/Epic2ChartsProvider.ts:22
Gets all the charts that should be available for display on the SID page.
Parameters
Parameter | Type | Description |
---|---|---|
airport | IcaoValue | The airport ICAO value |
Returns
Promise
<ChartMetadata
<string
>[]>
getStarCharts()
getStarCharts(
airport
):Promise
<ChartMetadata
<string
>[]>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Providers/Epic2ChartsProvider.ts:28
Gets all the charts that should be available for display on the STAR page.
Parameters
Parameter | Type | Description |
---|---|---|
airport | IcaoValue | The airport ICAO value |
Returns
Promise
<ChartMetadata
<string
>[]>