Skip to main content

Interface: FlightPlanTerrainProfile

Defined in: src/sdk/navigation/TerrainProfileLoaderTypes.ts:30

A terrain profile for a flight plan

Properties

endLegGlobalIndex

endLegGlobalIndex: number

Defined in: src/sdk/navigation/TerrainProfileLoaderTypes.ts:39

The index of the last leg in this profile


legs

legs: FlightPlanLegTerrainProfile[]

Defined in: src/sdk/navigation/TerrainProfileLoaderTypes.ts:35

The terrain profile for the legs, ordered by leg index. To get the global leg index for a leg terrain profile you must add the start leg


startLegGlobalIndex

startLegGlobalIndex: number

Defined in: src/sdk/navigation/TerrainProfileLoaderTypes.ts:37

The index of the first leg in this profile