|
Quantum GIS API Documentation
1.8
|
#include "qgsfield.h"#include "qgsfeature.h"#include "qgsgeometry.h"#include "qgslogger.h"#include "qgsmessagelog.h"#include "qgscoordinatereferencesystem.h"#include "qgsvectorlayerimport.h"#include "qgsproviderregistry.h"
Go to the source code of this file.
Defines | |
| #define | FEATURE_BUFFER_SIZE 200 |
Typedefs | |
| typedef QgsVectorLayerImport::ImportError | createEmptyLayer_t (const QString &uri, const QgsFieldMap &fields, QGis::WkbType geometryType, const QgsCoordinateReferenceSystem *destCRS, bool overwrite, QMap< int, int > *oldToNewAttrIdx, QString *errorMessage, const QMap< QString, QVariant > *options) |
| #define FEATURE_BUFFER_SIZE 200 |
Definition at line 28 of file qgsvectorlayerimport.cpp.
Referenced by QgsVectorLayerImport::addFeature().
| typedef QgsVectorLayerImport::ImportError createEmptyLayer_t(const QString &uri, const QgsFieldMap &fields, QGis::WkbType geometryType, const QgsCoordinateReferenceSystem *destCRS, bool overwrite, QMap< int, int > *oldToNewAttrIdx, QString *errorMessage, const QMap< QString, QVariant > *options) |
Definition at line 30 of file qgsvectorlayerimport.cpp.
1.7.6.1