QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsArrowInferSchemaOptions Class Reference

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.

Detailed Description

Options for inferring an ArrowSchema from a feature source.

Since
QGIS 4.0

Definition at line 103 of file qgsarrowiterator.h.

Constructor & Destructor Documentation

◆ QgsArrowInferSchemaOptions()

QgsArrowInferSchemaOptions::QgsArrowInferSchemaOptions ( )

Construct default options.

Definition at line 45 of file qgsarrowiterator.cpp.

Member Function Documentation

◆ geometryColumnName()

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.

◆ setGeometryColumnName()

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.


The documentation for this class was generated from the following files: