QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
KMLHelper.h File Reference
#include <QtCore/QList>
#include <QtCore/QLoggingCategory>
#include <QtPositioning/QGeoCoordinate>
#include "ShapeFileHelper.h"
+ Include dependency graph for KMLHelper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  KMLHelper
 

Functions

ShapeFileHelper::ShapeType KMLHelper::determineShapeType (const QString &file, QString &errorString)
 
int KMLHelper::getEntityCount (const QString &kmlFile, QString &errorString)
 Get the number of geometry entities in the KML file.
 
bool KMLHelper::loadPolygonsFromFile (const QString &kmlFile, QList< QList< QGeoCoordinate > > &polygons, QString &errorString, double filterMeters=ShapeFileHelper::kDefaultVertexFilterMeters)
 
bool KMLHelper::loadPolylinesFromFile (const QString &kmlFile, QList< QList< QGeoCoordinate > > &polylines, QString &errorString, double filterMeters=ShapeFileHelper::kDefaultVertexFilterMeters)
 
bool KMLHelper::loadPointsFromFile (const QString &kmlFile, QList< QGeoCoordinate > &points, QString &errorString)
 Load all point entities.