15 #ifndef QGSHEATMAPRENDERER_H
16 #define QGSHEATMAPRENDERER_H
18 #include "qgis_core.h"
53 QString dump() const override;
54 QSet<QString> usedAttributes( const
QgsRenderContext &context ) const override;
88 double radius()
const {
return mRadius; }
97 void setRadius(
const double radius ) { mRadius = radius; }
183 QVector<double> mValues;
185 double mCalculatedMaxValue = 0;
188 int mRadiusPixels = 0;
189 double mRadiusSquared = 0;
193 QString mWeightExpressionString;
194 int mWeightAttrNum = -1;
195 std::unique_ptr<QgsExpression> mWeightExpression;
199 double mExplicitMax = 0.0;
200 int mRenderQuality = 3;
202 int mFeaturesRendered = 0;
204 double uniformKernel(
double distance,
int bandwidth )
const;
205 double quarticKernel(
double distance,
int bandwidth )
const;
206 double triweightKernel(
double distance,
int bandwidth )
const;
207 double epanechnikovKernel(
double distance,
int bandwidth )
const;
208 double triangularKernel(
double distance,
int bandwidth )
const;
Abstract base class for color ramps.
Custom exception class for Coordinate Reference System related exceptions.
virtual QgsFeatureRenderer * clone() const =0
Create a deep copy of this renderer.
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Container of fields for a vector layer.
A geometry is the spatial representation of a feature.
A renderer which draws points as a live heatmap.
QString weightExpression() const
Returns the expression used for weighting points when generating the heatmap.
QgsUnitTypes::RenderUnit radiusUnit() const
Returns the units used for the heatmap's radius.
QgsHeatmapRenderer & operator=(const QgsHeatmapRenderer &)=delete
Direct copies are forbidden. Use clone() instead.
void setRadius(const double radius)
Sets the radius for the heatmap.
double maximumValue() const
Returns the maximum value used for shading the heatmap.
double renderQuality() const
Returns the render quality used for drawing the heatmap.
void setRenderQuality(const int quality)
Sets the render quality used for drawing the heatmap.
const QgsMapUnitScale & radiusMapUnitScale() const
Returns the map unit scale used for the heatmap's radius.
double radius() const
Returns the radius for the heatmap.
QgsHeatmapRenderer(const QgsHeatmapRenderer &)=delete
Direct copies are forbidden. Use clone() instead.
void setWeightExpression(const QString &expression)
Sets the expression used for weighting points when generating the heatmap.
void setMaximumValue(const double value)
Sets the maximum value used for shading the heatmap.
void setRadiusUnit(const QgsUnitTypes::RenderUnit unit)
Sets the units used for the heatmap's radius.
void setRadiusMapUnitScale(const QgsMapUnitScale &scale)
Sets the map unit scale used for the heatmap's radius.
Struct for storing maximum and minimum scales for measurements in map units.
The class is used as a container of context for various read/write operations on other objects.
A rectangle specified with double values.
Contains information about the context of a rendering operation.
An interface for classes which can visit style entity (e.g.
Abstract base class for all rendered symbols.
RenderUnit
Rendering size units.
@ RenderMillimeters
Millimeters.
QVector< QgsPointXY > QgsMultiPointXY
A collection of QgsPoints that share a common collection of attributes.
QList< QgsSymbol * > QgsSymbolList