QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
3D symbol that draws linestring geometries as planar polygons (created from lines using a buffer with given thickness). More...
#include <qgsline3dsymbol.h>
Public Member Functions | |
QgsLine3DSymbol () | |
Constructor for QgsLine3DSymbol. More... | |
~QgsLine3DSymbol () override | |
Qgis::AltitudeBinding | altitudeBinding () const |
Returns method that determines how altitude is bound to individual vertices. More... | |
Qgis::AltitudeClamping | altitudeClamping () const |
Returns method that determines altitude (whether to clamp to feature to terrain) More... | |
QgsAbstract3DSymbol * | clone () const override SIP_FACTORY |
QList< QgsWkbTypes::GeometryType > | compatibleGeometryTypes () const override |
bool | exportGeometries (Qgs3DSceneExporter *exporter, Qt3DCore::QEntity *entity, const QString &objectNamePrefix) const override SIP_SKIP |
Exports the geometries contained within the hierarchy of entity. More... | |
float | extrusionHeight () const |
Returns extrusion height (in map units) More... | |
float | height () const |
Returns height (altitude) of the symbol (in map units) More... | |
QgsAbstractMaterialSettings * | material () const |
Returns material used for shading of the symbol. More... | |
void | readXml (const QDomElement &elem, const QgsReadWriteContext &context) override |
bool | renderAsSimpleLines () const |
Returns whether the renderer will render data with simple lines (otherwise it uses buffer) More... | |
void | setAltitudeBinding (Qgis::AltitudeBinding altBinding) |
Sets method that determines how altitude is bound to individual vertices. More... | |
void | setAltitudeClamping (Qgis::AltitudeClamping altClamping) |
Sets method that determines altitude (whether to clamp to feature to terrain) More... | |
void | setDefaultPropertiesFromLayer (const QgsVectorLayer *layer) override |
void | setExtrusionHeight (float extrusionHeight) |
Sets extrusion height (in map units) More... | |
void | setHeight (float height) |
Sets height (altitude) of the symbol (in map units) More... | |
void | setMaterial (QgsAbstractMaterialSettings *material SIP_TRANSFER) |
Sets the material settings used for shading of the symbol. More... | |
void | setRenderAsSimpleLines (bool enabled) |
Sets whether the renderer will render data with simple lines (otherwise it uses buffer) More... | |
void | setWidth (float width) |
Sets width of the line symbol (in map units) More... | |
QString | type () const override |
float | width () const |
Returns width of the line symbol (in map units) More... | |
void | writeXml (QDomElement &elem, const QgsReadWriteContext &context) const override |
Static Public Member Functions | |
static QgsAbstract3DSymbol * | create () SIP_FACTORY |
Creates a new QgsLine3DSymbol. More... | |
3D symbol that draws linestring geometries as planar polygons (created from lines using a buffer with given thickness).
3
Definition at line 35 of file qgsline3dsymbol.h.
QgsLine3DSymbol::QgsLine3DSymbol | ( | ) |
Constructor for QgsLine3DSymbol.
Definition at line 25 of file qgsline3dsymbol.cpp.
|
overridedefault |
|
inline |
Returns method that determines how altitude is bound to individual vertices.
Definition at line 63 of file qgsline3dsymbol.h.
|
inline |
Returns method that determines altitude (whether to clamp to feature to terrain)
Definition at line 58 of file qgsline3dsymbol.h.
|
override |
Definition at line 33 of file qgsline3dsymbol.cpp.
|
override |
Definition at line 101 of file qgsline3dsymbol.cpp.
|
static |
Creates a new QgsLine3DSymbol.
Caller takes ownership of the returned symbol.
Definition at line 116 of file qgsline3dsymbol.cpp.
|
override |
Exports the geometries contained within the hierarchy of entity.
Returns whether any objects were exported
Definition at line 121 of file qgsline3dsymbol.cpp.
|
inline |
Returns extrusion height (in map units)
Definition at line 78 of file qgsline3dsymbol.h.
|
inline |
Returns height (altitude) of the symbol (in map units)
Definition at line 73 of file qgsline3dsymbol.h.
QgsAbstractMaterialSettings * QgsLine3DSymbol::material | ( | ) | const |
Returns material used for shading of the symbol.
Definition at line 88 of file qgsline3dsymbol.cpp.
|
override |
Definition at line 68 of file qgsline3dsymbol.cpp.
|
inline |
Returns whether the renderer will render data with simple lines (otherwise it uses buffer)
Definition at line 83 of file qgsline3dsymbol.h.
|
inline |
Sets method that determines how altitude is bound to individual vertices.
Definition at line 65 of file qgsline3dsymbol.h.
|
inline |
Sets method that determines altitude (whether to clamp to feature to terrain)
Definition at line 60 of file qgsline3dsymbol.h.
|
override |
Definition at line 106 of file qgsline3dsymbol.cpp.
|
inline |
Sets extrusion height (in map units)
Definition at line 80 of file qgsline3dsymbol.h.
|
inline |
Sets height (altitude) of the symbol (in map units)
Definition at line 75 of file qgsline3dsymbol.h.
void QgsLine3DSymbol::setMaterial | ( | QgsAbstractMaterialSettings *material | SIP_TRANSFER | ) |
Sets the material settings used for shading of the symbol.
Ownership of material is transferred to the symbol.
Definition at line 93 of file qgsline3dsymbol.cpp.
|
inline |
Sets whether the renderer will render data with simple lines (otherwise it uses buffer)
Definition at line 85 of file qgsline3dsymbol.h.
|
inline |
Sets width of the line symbol (in map units)
Definition at line 70 of file qgsline3dsymbol.h.
|
inlineoverride |
Definition at line 49 of file qgsline3dsymbol.h.
|
inline |
Returns width of the line symbol (in map units)
Definition at line 68 of file qgsline3dsymbol.h.
|
override |
Definition at line 47 of file qgsline3dsymbol.cpp.