QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
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 "qgsgeometrycollection.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsvectorlayerexporter.h"
#include "qgsproviderregistry.h"
#include "qgsdatasourceuri.h"
#include "qgsexception.h"
#include "qgsvectordataprovider.h"
#include "qgsvectorlayer.h"
#include "qgsabstractgeometry.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

◆ FEATURE_BUFFER_SIZE

#define FEATURE_BUFFER_SIZE   200

Definition at line 37 of file qgsvectorlayerexporter.cpp.

Typedef Documentation

◆ createEmptyLayer_t

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 39 of file qgsvectorlayerexporter.cpp.