|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QtCore/QList>#include <QtCore/QLoggingCategory>#include <QtPositioning/QGeoCoordinate>#include "ShapeFileHelper.h"
Include dependency graph for SHPFileHelper.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | SHPFileHelper |
Functions | |
| ShapeFileHelper::ShapeType | SHPFileHelper::determineShapeType (const QString &file, QString &errorString) |
| int | SHPFileHelper::getEntityCount (const QString &shpFile, QString &errorString) |
| Get the number of entities in the shapefile. | |
| bool | SHPFileHelper::loadPolygonsFromFile (const QString &shpFile, QList< QList< QGeoCoordinate > > &polygons, QString &errorString, double filterMeters=ShapeFileHelper::kDefaultVertexFilterMeters) |
| bool | SHPFileHelper::loadPolylinesFromFile (const QString &shpFile, QList< QList< QGeoCoordinate > > &polylines, QString &errorString, double filterMeters=ShapeFileHelper::kDefaultVertexFilterMeters) |
| bool | SHPFileHelper::loadPointsFromFile (const QString &shpFile, QList< QGeoCoordinate > &points, QString &errorString) |
| Load all point entities. | |