Enroute Flight Navigation
A navigation app for VFR pilots
GeoMaps::GeoJSON Class Reference

GeoJSON file support class. More...

#include <GeoJSON.h>

Public Types

enum  fileContent : quint8
 

Static Public Member Functions

static QString indicatorFlightRoute ()
 
static QString indicatorWaypointLibrary ()
 
static fileContent inspect (const QString &fileName)
 Inspect file.
 
static QVector< GeoMaps::Waypointread (const QString &fileName)
 Read a GeoJSON file.
 

Detailed Description

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.

Member Enumeration Documentation

◆ fileContent

File type

Definition at line 39 of file GeoJSON.h.

Member Function Documentation

◆ 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
fileNameName of a file
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
fileNameName 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: