QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include "qgis_core.h"
#include "qgis.h"
#include "qgsrenderer.h"
#include "qgsmapunitscale.h"
#include <QFont>
Go to the source code of this file.
Classes | |
struct | QgsPointDistanceRenderer::GroupedFeature |
Contains properties for a feature within a clustered group. More... | |
class | QgsPointDistanceRenderer |
An abstract base class for distance based point renderers (e.g., clusterer and displacement renderers). QgsPointDistanceRenderer handles calculation of point clusters using a distance based threshold. Subclasses must implement drawGroup() to handle the rendering of individual point clusters in the desired style. More... | |