QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A renderer that automatically displaces points with the same geographic location. More...
#include <qgspointdisplacementrenderer.h>
Public Types | |
enum | Placement { Ring , ConcentricRings , Grid } |
Placement methods for dispersing points. More... | |
Public Types inherited from QgsPointDistanceRenderer | |
typedef QList< QgsPointDistanceRenderer::GroupedFeature > | ClusteredGroup |
A group of clustered points (ie features within the distance tolerance). More... | |
Public Types inherited from QgsFeatureRenderer | |
enum | Capability { SymbolLevels = 1 , MoreSymbolsPerFeature = 1 << 2 , Filter = 1 << 3 , ScaleDependent = 1 << 4 } |
Used to specify details about a renderer. More... | |
Public Member Functions | |
QgsPointDisplacementRenderer (const QString &labelAttributeName=QString()) | |
Constructor for QgsPointDisplacementRenderer. More... | |
bool | accept (QgsStyleEntityVisitorInterface *visitor) const override |
Accepts the specified symbology visitor, causing it to visit all symbols associated with the renderer. More... | |
QgsMarkerSymbol * | centerSymbol () |
Returns the symbol for the center of a displacement group (but not ownership of the symbol). More... | |
QColor | circleColor () const |
Returns the color used for drawing the displacement group circle. More... | |
double | circleRadiusAddition () const |
Returns the factor for increasing the ring size of displacement groups. More... | |
double | circleWidth () const |
Returns the line width for the displacement group circle in mm. More... | |
QgsPointDisplacementRenderer * | clone () const override |
Create a deep copy of this renderer. More... | |
double | labelDistanceFactor () const |
Returns the factor for label distance from the symbol. More... | |
Placement | placement () const |
Returns the placement method used for dispersing the points. More... | |
QDomElement | save (QDomDocument &doc, const QgsReadWriteContext &context) override |
store renderer info to XML element More... | |
void | setCenterSymbol (QgsMarkerSymbol *symbol) |
Sets the center symbol for a displacement group. More... | |
void | setCircleColor (const QColor &color) |
Sets the color used for drawing the displacement group circle. More... | |
void | setCircleRadiusAddition (double distance) |
Sets a factor for increasing the ring size of displacement groups. More... | |
void | setCircleWidth (double width) |
Sets the line width for the displacement group circle. More... | |
void | setLabelDistanceFactor (double factor) |
Sets a factor for increasing the label distances from the symbol. More... | |
void | setPlacement (Placement placement) |
Sets the placement method used for dispersing the points. More... | |
void | startRender (QgsRenderContext &context, const QgsFields &fields) override |
Must be called when a new render cycle is started. More... | |
void | stopRender (QgsRenderContext &context) override |
Must be called when a render cycle has finished, to allow the renderer to clean up. More... | |
QSet< QString > | usedAttributes (const QgsRenderContext &context) const override |
Returns a list of attributes required by this renderer. More... | |
Public Member Functions inherited from QgsPointDistanceRenderer | |
QgsPointDistanceRenderer (const QString &rendererName, const QString &labelAttributeName=QString()) | |
Constructor for QgsPointDistanceRenderer. More... | |
bool | accept (QgsStyleEntityVisitorInterface *visitor) const override |
Accepts the specified symbology visitor, causing it to visit all symbols associated with the renderer. More... | |
QgsFeatureRenderer::Capabilities | capabilities () override |
Returns details about internals of this renderer. More... | |
void | checkLegendSymbolItem (const QString &key, bool state) override |
item in symbology was checked More... | |
const QgsFeatureRenderer * | embeddedRenderer () const override |
Returns the current embedded renderer (subrenderer) for this feature renderer. More... | |
QString | filter (const QgsFields &fields=QgsFields()) override |
If a renderer does not require all the features this method may be overridden and return an expression used as where clause. More... | |
bool | filterNeedsGeometry () const override |
Returns true if this renderer requires the geometry to apply the filter. More... | |
QString | labelAttributeName () const |
Returns the attribute name used for labeling points, or an empty string if no labeling will be done by the renderer. More... | |
QColor | labelColor () const |
Returns the color used for for labeling points. More... | |
QFont | labelFont () const |
Returns the font used for labeling points. More... | |
QSet< QString > | legendKeysForFeature (const QgsFeature &feature, QgsRenderContext &context) const override |
Returns legend keys matching a specified feature. More... | |
bool | legendSymbolItemChecked (const QString &key) override |
items of symbology items in legend is checked More... | |
QgsLegendSymbolList | legendSymbolItems () const override |
Returns a list of symbology items for the legend. More... | |
bool | legendSymbolItemsCheckable () const override |
items of symbology items in legend should be checkable More... | |
double | minimumLabelScale () const |
Returns the minimum map scale (i.e. More... | |
QgsSymbol * | originalSymbolForFeature (const QgsFeature &feature, QgsRenderContext &context) const override |
Returns symbol for feature. More... | |
QgsSymbolList | originalSymbolsForFeature (const QgsFeature &feature, QgsRenderContext &context) const override |
Equivalent of originalSymbolsForFeature() call extended to support renderers that may use more symbols per feature - similar to symbolsForFeature() More... | |
bool | renderFeature (const QgsFeature &feature, QgsRenderContext &context, int layer=-1, bool selected=false, bool drawVertexMarker=false) override SIP_THROW(QgsCsException) |
Render a feature using this renderer in the given context. More... | |
void | setEmbeddedRenderer (QgsFeatureRenderer *r) override |
Sets an embedded renderer (subrenderer) for this feature renderer. More... | |
void | setLabelAttributeName (const QString &name) |
Sets the attribute name for labeling points. More... | |
void | setLabelColor (const QColor &color) |
Sets the color to use for for labeling points. More... | |
void | setLabelFont (const QFont &font) |
Sets the font used for labeling points. More... | |
void | setLegendSymbolItem (const QString &key, QgsSymbol *symbol) override |
Sets the symbol to be used for a legend symbol item. More... | |
void | setMinimumLabelScale (double scale) |
Sets the minimum map scale (i.e. More... | |
void | setTolerance (double distance) |
Sets the tolerance distance for grouping points. More... | |
void | setToleranceMapUnitScale (const QgsMapUnitScale &scale) |
Sets the map unit scale object for the distance tolerance. More... | |
void | setToleranceUnit (QgsUnitTypes::RenderUnit unit) |
Sets the units for the tolerance distance. More... | |
void | startRender (QgsRenderContext &context, const QgsFields &fields) override |
Must be called when a new render cycle is started. More... | |
void | stopRender (QgsRenderContext &context) override |
Must be called when a render cycle has finished, to allow the renderer to clean up. More... | |
QgsSymbol * | symbolForFeature (const QgsFeature &feature, QgsRenderContext &context) const override |
To be overridden. More... | |
QgsSymbolList | symbols (QgsRenderContext &context) const override |
Returns list of symbols used by the renderer. More... | |
QgsSymbolList | symbolsForFeature (const QgsFeature &feature, QgsRenderContext &context) const override |
Returns list of symbols used for rendering the feature. More... | |
double | tolerance () const |
Returns the tolerance distance for grouping points. More... | |
const QgsMapUnitScale & | toleranceMapUnitScale () const |
Returns the map unit scale object for the distance tolerance. More... | |
QgsUnitTypes::RenderUnit | toleranceUnit () const |
Returns the units for the tolerance distance. More... | |
void | toSld (QDomDocument &doc, QDomElement &element, const QVariantMap &props=QVariantMap()) const override |
used from subclasses to create SLD Rule elements following SLD v1.1 specs More... | |
QSet< QString > | usedAttributes (const QgsRenderContext &context) const override |
Returns a list of attributes required by this renderer. More... | |
bool | willRenderFeature (const QgsFeature &feature, QgsRenderContext &context) const override |
Returns whether the renderer will render a feature or not. More... | |
Public Member Functions inherited from QgsFeatureRenderer | |
virtual | ~QgsFeatureRenderer () |
virtual QString | dump () const |
Returns debug information about this renderer. More... | |
bool | forceRasterRender () const |
Returns whether the renderer must render as a raster. More... | |
virtual QString | legendClassificationAttribute () const |
If supported by the renderer, return classification attribute for the use in legend. More... | |
virtual void | modifyRequestExtent (QgsRectangle &extent, QgsRenderContext &context) |
Allows for a renderer to modify the extent of a feature request prior to rendering. More... | |
QgsFeatureRequest::OrderBy | orderBy () const |
Gets the order in which features shall be processed by this renderer. More... | |
bool | orderByEnabled () const |
Returns whether custom ordering will be applied before features are processed by this renderer. More... | |
QgsPaintEffect * | paintEffect () const |
Returns the current paint effect for the renderer. More... | |
void | setForceRasterRender (bool forceRaster) |
Sets whether the renderer should be rendered to a raster destination. More... | |
void | setOrderBy (const QgsFeatureRequest::OrderBy &orderBy) |
Define the order in which features shall be processed by this renderer. More... | |
void | setOrderByEnabled (bool enabled) |
Sets whether custom ordering should be applied before features are processed by this renderer. More... | |
void | setPaintEffect (QgsPaintEffect *effect) |
Sets the current paint effect for the renderer. More... | |
void | setUsingSymbolLevels (bool usingSymbolLevels) |
void | setVertexMarkerAppearance (int type, double size) |
Sets type and size of editing vertex markers for subsequent rendering. More... | |
QString | type () const |
virtual bool | usesEmbeddedSymbols () const |
Returns true if the renderer uses embedded symbols for features. More... | |
bool | usingSymbolLevels () const |
virtual QDomElement | writeSld (QDomDocument &doc, const QString &styleName, const QVariantMap &props=QVariantMap()) const |
create the SLD UserStyle element following the SLD v1.1 specs with the given name More... | |
Static Public Member Functions | |
static QgsPointDisplacementRenderer * | convertFromRenderer (const QgsFeatureRenderer *renderer) |
Creates a QgsPointDisplacementRenderer from an existing renderer. More... | |
static QgsFeatureRenderer * | create (QDomElement &symbologyElem, const QgsReadWriteContext &context) |
Create a renderer from XML element. More... | |
Static Public Member Functions inherited from QgsFeatureRenderer | |
static QgsFeatureRenderer * | defaultRenderer (QgsWkbTypes::GeometryType geomType) |
Returns a new renderer - used by default in vector layers. More... | |
static QgsFeatureRenderer * | load (QDomElement &symbologyElem, const QgsReadWriteContext &context) |
create a renderer from XML element More... | |
static QgsFeatureRenderer * | loadSld (const QDomNode &node, QgsWkbTypes::GeometryType geomType, QString &errorMessage) |
Create a new renderer according to the information contained in the UserStyle element of a SLD style document. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from QgsPointDistanceRenderer | |
void | drawLabels (QPointF centerPoint, QgsSymbolRenderContext &context, const QList< QPointF > &labelShifts, const ClusteredGroup &group) |
Renders the labels for a group. More... | |
Protected Member Functions inherited from QgsFeatureRenderer | |
QgsFeatureRenderer (const QString &type) | |
void | copyRendererData (QgsFeatureRenderer *destRenderer) const |
Clones generic renderer data to another renderer. More... | |
void | renderFeatureWithSymbol (const QgsFeature &feature, QgsSymbol *symbol, QgsRenderContext &context, int layer, bool selected, bool drawVertexMarker) SIP_THROW(QgsCsException) |
Render the feature with the symbol using context. More... | |
void | renderVertexMarker (QPointF pt, QgsRenderContext &context) |
render editing vertex marker at specified point More... | |
void | renderVertexMarkerPolygon (QPolygonF &pts, QList< QPolygonF > *rings, QgsRenderContext &context) |
render editing vertex marker for a polygon More... | |
void | renderVertexMarkerPolyline (QPolygonF &pts, QgsRenderContext &context) |
render editing vertex marker for a polyline More... | |
Static Protected Member Functions inherited from QgsFeatureRenderer | |
static QPointF | _getPoint (QgsRenderContext &context, const QgsPoint &point) |
Creates a point in screen coordinates from a wkb string in map coordinates. More... | |
static void | convertSymbolRotation (QgsSymbol *symbol, const QString &field) |
static void | convertSymbolSizeScale (QgsSymbol *symbol, Qgis::ScaleMethod method, const QString &field) |
Protected Attributes inherited from QgsPointDistanceRenderer | |
QList< ClusteredGroup > | mClusteredGroups |
Groups of features that are considered clustered together. More... | |
bool | mDrawLabels |
Whether labels should be drawn for points. This is set internally from startRender() depending on scale denominator. More... | |
QMap< QgsFeatureId, int > | mGroupIndex |
Mapping of feature ID to the feature's group index. More... | |
QMap< QgsFeatureId, QgsPointXY > | mGroupLocations |
Mapping of feature ID to approximate group location. More... | |
QString | mLabelAttributeName |
Attribute name for labeling. An empty string indicates that no labels should be rendered. More... | |
QColor | mLabelColor |
Label text color. More... | |
QFont | mLabelFont |
Label font. More... | |
int | mLabelIndex |
Label attribute index (or -1 if none). This index is not stored, it is requested in the startRender() method. More... | |
double | mMinLabelScale = 0 |
Maximum scale denominator for label display. A zero value indicates no scale limitation. More... | |
std::unique_ptr< QgsFeatureRenderer > | mRenderer |
Embedded base renderer. This can be used for rendering individual, isolated points. More... | |
QgsSpatialIndex * | mSpatialIndex = nullptr |
Spatial index for fast lookup of nearby points. More... | |
double | mTolerance |
Distance tolerance. Points that are closer together than this distance are considered clustered. More... | |
QgsMapUnitScale | mToleranceMapUnitScale |
Map unit scale for distance tolerance. More... | |
QgsUnitTypes::RenderUnit | mToleranceUnit |
Unit for distance tolerance. More... | |
Protected Attributes inherited from QgsFeatureRenderer | |
double | mCurrentVertexMarkerSize = 2 |
The current size of editing marker. More... | |
int | mCurrentVertexMarkerType |
The current type of editing marker. More... | |
bool | mForceRaster = false |
QgsFeatureRequest::OrderBy | mOrderBy |
bool | mOrderByEnabled = false |
QgsPaintEffect * | mPaintEffect = nullptr |
QString | mType |
bool | mUsingSymbolLevels = false |
A renderer that automatically displaces points with the same geographic location.
Definition at line 30 of file qgspointdisplacementrenderer.h.
Placement methods for dispersing points.
Enumerator | |
---|---|
Ring | Place points in a single ring around group. |
ConcentricRings | Place points in concentric rings around group. |
Grid | Place points in a grid around group. |
Definition at line 37 of file qgspointdisplacementrenderer.h.
QgsPointDisplacementRenderer::QgsPointDisplacementRenderer | ( | const QString & | labelAttributeName = QString() | ) |
Constructor for QgsPointDisplacementRenderer.
labelAttributeName | optional attribute name for labeling points |
Definition at line 31 of file qgspointdisplacementrenderer.cpp.
|
overridevirtual |
Accepts the specified symbology visitor, causing it to visit all symbols associated with the renderer.
Returns true
if the visitor should continue visiting other objects, or false
if visiting should be canceled.
Reimplemented from QgsFeatureRenderer.
Definition at line 245 of file qgspointdisplacementrenderer.cpp.
QgsMarkerSymbol * QgsPointDisplacementRenderer::centerSymbol | ( | ) |
Returns the symbol for the center of a displacement group (but not ownership of the symbol).
Definition at line 189 of file qgspointdisplacementrenderer.cpp.
|
inline |
Returns the color used for drawing the displacement group circle.
Definition at line 88 of file qgspointdisplacementrenderer.h.
|
inline |
Returns the factor for increasing the ring size of displacement groups.
Definition at line 101 of file qgspointdisplacementrenderer.h.
|
inline |
Returns the line width for the displacement group circle in mm.
Definition at line 73 of file qgspointdisplacementrenderer.h.
|
overridevirtual |
Create a deep copy of this renderer.
Should be implemented by all subclasses and generate a proper subclass.
Implements QgsFeatureRenderer.
Definition at line 38 of file qgspointdisplacementrenderer.cpp.
|
static |
Creates a QgsPointDisplacementRenderer from an existing renderer.
nullptr
. Definition at line 476 of file qgspointdisplacementrenderer.cpp.
|
static |
Create a renderer from XML element.
Definition at line 152 of file qgspointdisplacementrenderer.cpp.
|
inline |
Returns the factor for label distance from the symbol.
Definition at line 116 of file qgspointdisplacementrenderer.h.
|
inline |
Returns the placement method used for dispersing the points.
Definition at line 123 of file qgspointdisplacementrenderer.h.
|
overridevirtual |
store renderer info to XML element
Reimplemented from QgsFeatureRenderer.
Definition at line 194 of file qgspointdisplacementrenderer.cpp.
void QgsPointDisplacementRenderer::setCenterSymbol | ( | QgsMarkerSymbol * | symbol | ) |
Sets the center symbol for a displacement group.
symbol | new center symbol. Ownership is transferred to the renderer. |
Definition at line 260 of file qgspointdisplacementrenderer.cpp.
|
inline |
Sets the color used for drawing the displacement group circle.
color | circle color |
Definition at line 81 of file qgspointdisplacementrenderer.h.
|
inline |
Sets a factor for increasing the ring size of displacement groups.
distance | addition factor |
Definition at line 95 of file qgspointdisplacementrenderer.h.
|
inline |
Sets the line width for the displacement group circle.
width | line width in mm |
Definition at line 66 of file qgspointdisplacementrenderer.h.
|
inline |
Sets a factor for increasing the label distances from the symbol.
factor | addition factor |
Definition at line 109 of file qgspointdisplacementrenderer.h.
|
inline |
Sets the placement method used for dispersing the points.
placement | placement method |
Definition at line 131 of file qgspointdisplacementrenderer.h.
|
overridevirtual |
Must be called when a new render cycle is started.
A call to startRender() must always be followed by a corresponding call to stopRender() after all features have been rendered.
context | Additional information passed to the renderer about the job which will be rendered |
fields | The fields available for rendering |
Reimplemented from QgsFeatureRenderer.
Definition at line 133 of file qgspointdisplacementrenderer.cpp.
|
overridevirtual |
Must be called when a render cycle has finished, to allow the renderer to clean up.
Calls to stopRender() must always be preceded by a call to startRender().
Reimplemented from QgsFeatureRenderer.
Definition at line 143 of file qgspointdisplacementrenderer.cpp.
|
overridevirtual |
Returns a list of attributes required by this renderer.
Attributes not listed in here may not have been requested from the provider at rendering time.
Implements QgsFeatureRenderer.
Definition at line 237 of file qgspointdisplacementrenderer.cpp.