QGIS API Documentation
3.0.2-Girona (307d082)
|
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 |
Return the layer. More... | |
int | layerOutputAttributeIndex () const |
Return 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 59 of file qgsdxfexport.h.
|
inline |
Definition at line 61 of file qgsdxfexport.h.
|
inline |
Return the layer.
Definition at line 67 of file qgsdxfexport.h.
|
inline |
Return the attribute index used to split into multiple layers.
The attribute value is used for layer names.
Definition at line 73 of file qgsdxfexport.h.