QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Macros | Typedefs
qgsvectorlayerexporter.cpp File Reference
#include "qgsfields.h"
#include "qgsfeature.h"
#include "qgsfeatureiterator.h"
#include "qgsgeometry.h"
#include "qgslogger.h"
#include "qgsmessagelog.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsvectorlayerexporter.h"
#include "qgsproviderregistry.h"
#include "qgsdatasourceuri.h"
#include "qgsexception.h"
#include "qgsvectordataprovider.h"
#include "qgsvectorlayer.h"
#include <QProgressDialog>
Include dependency graph for qgsvectorlayerexporter.cpp:

Go to the source code of this file.

Macros

#define FEATURE_BUFFER_SIZE   200
 

Typedefs

typedef QgsVectorLayerExporter::ExportError createEmptyLayer_t(const QString &uri, const QgsFields &fields, QgsWkbTypes::Type geometryType, const QgsCoordinateReferenceSystem &destCRS, bool overwrite, QMap< int, int > *oldToNewAttrIdx, QString *errorMessage, const QMap< QString, QVariant > *options)
 

Macro Definition Documentation

#define FEATURE_BUFFER_SIZE   200

Definition at line 34 of file qgsvectorlayerexporter.cpp.

Typedef Documentation

typedef QgsVectorLayerExporter::ExportError createEmptyLayer_t(const QString &uri, const QgsFields &fields, QgsWkbTypes::Type geometryType, const QgsCoordinateReferenceSystem &destCRS, bool overwrite, QMap< int, int > *oldToNewAttrIdx, QString *errorMessage, const QMap< QString, QVariant > *options)

Definition at line 36 of file qgsvectorlayerexporter.cpp.