QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Layers and optional attribute index to split into multiple layers using attribute value as layer name. More...
#include <qgsdxfexport.h>
Public Member Functions | |
DxfLayer (QgsVectorLayer *vl, int layerOutputAttributeIndex=-1) | |
QgsVectorLayer * | layer () const |
Returns the layer. More... | |
int | layerOutputAttributeIndex () const |
Returns the attribute index used to split into multiple layers. More... | |
Layers and optional attribute index to split into multiple layers using attribute value as layer name.
Definition at line 63 of file qgsdxfexport.h.
|
inline |
Definition at line 65 of file qgsdxfexport.h.
|
inline |
Returns the layer.
Definition at line 71 of file qgsdxfexport.h.
|
inline |
Returns the attribute index used to split into multiple layers.
The attribute value is used for layer names.
Definition at line 77 of file qgsdxfexport.h.