|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
Options for inferring an ArrowSchema from a feature source. More...
#include <qgsarrowiterator.h>
Public Member Functions | |
| QgsArrowInferSchemaOptions () | |
| Construct default options. | |
| QString | geometryColumnName () const |
| The name that should be used for a layer's geometry column. | |
| void | setGeometryColumnName (const QString &geometryColumnName) |
| Set the name that should be used to refer to the geometry column. | |
Options for inferring an ArrowSchema from a feature source.
Definition at line 103 of file qgsarrowiterator.h.
| QgsArrowInferSchemaOptions::QgsArrowInferSchemaOptions | ( | ) |
Construct default options.
Definition at line 45 of file qgsarrowiterator.cpp.
| QString QgsArrowInferSchemaOptions::geometryColumnName | ( | ) | const |
The name that should be used for a layer's geometry column.
If empty, the geometry column should be derived from the layer or be named geometry if the layer does not declare a geometry column name.
Definition at line 53 of file qgsarrowiterator.cpp.
| void QgsArrowInferSchemaOptions::setGeometryColumnName | ( | const QString & | geometryColumnName | ) |
Set the name that should be used to refer to the geometry column.
If empty, the geometry column will be derived from the layer or be named geometry if the layer does not declare a geometry column name.
Definition at line 48 of file qgsarrowiterator.cpp.