Enroute Flight Navigation
A navigation app for VFR pilots
FileFormats::TripKit Class Reference

Trip Kit. More...

#include <TripKit.h>

Inheritance diagram for FileFormats::TripKit:
FileFormats::DataFileAbstract

Public Member Functions

 TripKit (const QString &fileName)
 Constructor.
 
QString name () const
 Name of the trip kit, as specified in the JSON file.
 
qsizetype numCharts () const
 Number of VACs in this trip kit.
 
GeoMaps::VAC extract (const QString &directoryPath, qsizetype index)
 Extract visual approach chart.
 
- Public Member Functions inherited from FileFormats::DataFileAbstract
bool isValid () const
 Validity check.
 
QString error () const
 Error string.
 
QStringList warnings () const
 Warnings.
 

Static Public Member Functions

static QStringList mimeTypes ()
 Mime type for files that can be opened by this class.
 
- Static Public Member Functions inherited from FileFormats::DataFileAbstract
static QSharedPointer< QFile > openFileURL (const QString &fileName)
 Open file, file URL or Android content URL.
 

Detailed Description

Trip Kit.

This class implements a Trip Kit reader. Trip kits are ZIP files that contain georeferenced VACs and/or other files that describe the georeferencing. At present, this class supports trip kits in two different formats:

Definition at line 47 of file TripKit.h.

Constructor & Destructor Documentation

◆ TripKit()

FileFormats::TripKit::TripKit ( const QString & fileName)

Constructor.

The constructor opens and analyzes the trip kit.

Parameters
fileNameFile name of a trip kit.

Member Function Documentation

◆ extract()

GeoMaps::VAC FileFormats::TripKit::extract ( const QString & directoryPath,
qsizetype index )
nodiscard

Extract visual approach chart.

This method copies the visual approach chart to a new directory, chooses an appropriate file name of the form "baseName-geo_7.739665_48.076416_7.9063883_47.96452.webp". If the image is not in webp format already, it will be converted to webp using a lossy encoder. This method is slow.

Parameters
directoryPathName of a directory where the VAC will be stored. The directory and its parents are created if necessary
indexIndex of the VAC that is to be extracted
Returns
VAC, invalid in case of error.

◆ mimeTypes()

static QStringList FileFormats::TripKit::mimeTypes ( )
inlinestaticnodiscard

Mime type for files that can be opened by this class.

Returns
Name of mime type

Definition at line 111 of file TripKit.h.

◆ name()

QString FileFormats::TripKit::name ( ) const
inlinenodiscard

Name of the trip kit, as specified in the JSON file.

Returns
The name or an empty string if no name is specified.

Definition at line 71 of file TripKit.h.

◆ numCharts()

qsizetype FileFormats::TripKit::numCharts ( ) const
inlinenodiscard

Number of VACs in this trip kit.

Returns
The number of VACs in this trip kit

Definition at line 77 of file TripKit.h.


The documentation for this class was generated from the following file: