|
Enroute Flight Navigation
A navigation app for VFR pilots
|
OpenAIR file support class. More...
#include <OpenAir.h>
Static Public Member Functions | |
| static bool | isValid (const QString &fileName, QString *info=nullptr) |
| Check if file contains valid OpenAIR data. | |
| static QJsonDocument | parse (const QString &fileName, QStringList &errorList, QStringList &warningList) |
| Reads a file in openAIR format and returns a GeoJSON document. | |
OpenAIR file support class.
The methods of this class read airspace files in OpenAIR format, as specified here: http://www.winpilot.com/UsersGuide/UserAirspace.asp
|
static |
Check if file contains valid OpenAIR data.
| fileName | Name of a file |
| info | Pointer to a string where additional information will be stored. |
|
static |
Reads a file in openAIR format and returns a GeoJSON document.
| fileName | Name of the openAIR file |
| errorList | Reference to a QStringList where error messages will be appended. |
| warningList | Reference to a QStringList where warning messages will be appended. |