|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "KMLHelper.h"#include "KMLSchemaValidator.h"#include "QGCLoggingCategory.h"#include <QtCore/QFile>#include <QtXml/QDomDocument>#include <algorithm>
Include dependency graph for KMLHelper.cc:Go to the source code of this file.
Namespaces | |
| namespace | KMLHelper |
Functions | |
| QDomDocument | KMLHelper::_loadFile (const QString &kmlFile, QString &errorString) |
| bool | KMLHelper::_parseCoordinateString (const QString &coordinatesString, QList< QGeoCoordinate > &coords, QString &errorString) |
| void | KMLHelper::_filterVertices (QList< QGeoCoordinate > &vertices, double filterMeters, int minVertices) |
| void | KMLHelper::_checkAltitudeMode (const QDomNode &geometryNode, const QString &geometryType, int index) |
Variables | |
| constexpr const char * | KMLHelper::_errorPrefix = QT_TR_NOOP("KML file load failed. %1") |