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

MapURL file support class. More...

#include <MapURL.h>

Inheritance diagram for FileFormats::MapURL:
FileFormats::DataFileAbstract

Public Member Functions

 MapURL (const QString &urlName)
 Constructor.
 
GeoMaps::Waypoint waypoint () const
 Waypoints specified in the MapURL file.
 
- Public Member Functions inherited from FileFormats::DataFileAbstract
bool isValid () const
 Validity check.
 
QString error () const
 Error string.
 
QStringList warnings () const
 Warnings.
 

Additional Inherited Members

- 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

MapURL file support class.

The methods of this class read MapURL waypoint files, as specified here: http://download.naviter.com/docs/MapURL-file-format-description.pdf

Definition at line 36 of file MapURL.h.

Constructor & Destructor Documentation

◆ MapURL()

FileFormats::MapURL::MapURL ( const QString & urlName)

Constructor.

This method reads a URL and tries to extract geographic coordinates. The following URL types are currently supported:

Parameters
urlNameURL

Member Function Documentation

◆ waypoint()

GeoMaps::Waypoint FileFormats::MapURL::waypoint ( ) const
inlinenodiscard

Waypoints specified in the MapURL file.

Returns
Waypoints specified in the MapURL file

Definition at line 61 of file MapURL.h.


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