QGIS API Documentation  3.26.3-Buenos Aires (65e4edfdad)
Classes
qgspointdistancerenderer.h File Reference
#include "qgis_core.h"
#include "qgis.h"
#include "qgsrenderer.h"
#include "qgsmapunitscale.h"
#include <QFont>
Include dependency graph for qgspointdistancerenderer.h:
This graph shows which files directly or indirectly include this file:

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...