GeoJSON file support class.
More...
#include <GeoJSON.h>
GeoJSON file support class.
The methods of this class read GeoJSON waypoint files, as specified here: https://geojson.org/
Definition at line 34 of file GeoJSON.h.
◆ fileContent
◆ indicatorFlightRoute()
static QString GeoMaps::GeoJSON::indicatorFlightRoute |
( |
| ) |
|
|
inlinestatic |
Indicator string for flight routes
A GeoJSON file is expected to contain a flight route if this string appears as 'enroute' in the top-level JSON objects.
- Returns
- Indicator string
Definition at line 53 of file GeoJSON.h.
◆ indicatorWaypointLibrary()
static QString GeoMaps::GeoJSON::indicatorWaypointLibrary |
( |
| ) |
|
|
inlinestatic |
Indicator string for flight routes
A GeoJSON file is expected to contain a waypoint library if this string appears as 'enroute' in the top-level JSON objects.
- Returns
- Indicator string
Definition at line 65 of file GeoJSON.h.
◆ inspect()
static fileContent GeoMaps::GeoJSON::inspect |
( |
const QString & | fileName | ) |
|
|
static |
Inspect file.
This method reads a file, to check if it contains GeoJSON data. If so, it tries to determine the type of the datat
- Parameters
-
- Returns
- Most probably file type
◆ read()
static QVector< GeoMaps::Waypoint > GeoMaps::GeoJSON::read |
( |
const QString & | fileName | ) |
|
|
static |
Read a GeoJSON file.
This method reads a GeoJSON file and generates a vector of waypoints.
- Parameters
-
fileName | Name of a CUP file |
- Returns
- QVector with waypoints. The vector is empty in case of an error.
The documentation for this class was generated from the following file:
- /home/runner/work/enroute/enroute/src/geomaps/GeoJSON.h