Trip Kit.
More...
#include <TripKit.h>
|
| 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.
|
|
bool | isValid () const |
| Validity check.
|
|
QString | error () const |
| Error string.
|
|
QStringList | warnings () const |
| Warnings.
|
|
|
static QStringList | mimeTypes () |
| Mime type for files that can be opened by this class.
|
|
static QSharedPointer< QFile > | openFileURL (const QString &fileName) |
| Open file, file URL or Android content URL.
|
|
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.
◆ TripKit()
FileFormats::TripKit::TripKit |
( |
const QString & | fileName | ) |
|
Constructor.
The constructor opens and analyzes the trip kit.
- Parameters
-
fileName | File name of a trip kit. |
◆ 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
-
directoryPath | Name of a directory where the VAC will be stored. The directory and its parents are created if necessary |
index | Index 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:
- /home/runner/work/enroute/enroute/src/fileFormats/TripKit.h