QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
27 #include <QDomElement>
34 , mLabelAttributeName( labelAttributeName )
52 Q_UNUSED( drawVertexMarker )
83 label = getLabel( feature );
97 if ( intersectList.empty() )
112 double minDist =
mGroupLocations.value( minDistFeatureId ).distance( point );
113 for (
int i = 1; i < intersectList.count(); ++i )
116 double newDist =
mGroupLocations.value( candidateId ).distance( point );
117 if ( newDist < minDist )
120 minDistFeatureId = candidateId;
130 ( oldCenter.
y() * group.size() + point.
y() ) / ( group.size() + 1.0 ) );
141 void QgsPointDistanceRenderer::drawGroup(
const ClusteredGroup &group,
QgsRenderContext &context )
145 const auto constGroup = group;
146 for (
const GroupedFeature &f : constGroup )
148 groupMultiPoint->
addGeometry( f.feature.geometry().constGet()->clone() );
156 drawGroup( pt, context, group );
174 mRenderer->setLegendSymbolItem( key, symbol );
182 return mRenderer->legendSymbolItemsCheckable();
190 return mRenderer->legendSymbolItemChecked( key );
198 mRenderer->checkLegendSymbolItem( key, state );
220 QSet<QString> attributeList;
227 attributeList +=
mRenderer->usedAttributes( context );
229 return attributeList;
241 return Capabilities();
261 return mRenderer->symbolForFeature( feature, context );
268 return mRenderer->originalSymbolForFeature( feature, context );
277 return mRenderer->symbolsForFeature( feature, context );
284 return mRenderer->originalSymbolsForFeature( feature, context );
290 return QSet< QString >() << QString();
291 return mRenderer->legendKeysForFeature( feature, context );
300 return mRenderer->willRenderFeature( feature, context );
308 mRenderer->startRender( context, fields );
345 drawGroup( group, context );
369 return QgsRectangle( p.
x() - distance, p.
y() - distance, p.
x() + distance, p.
y() + distance );
372 void QgsPointDistanceRenderer::printGroupInfo()
const
376 QgsDebugMsgLevel(
"number of displacement groups:" + QString::number( nGroups ), 3 );
377 for (
int i = 0; i < nGroups; ++i )
379 QgsDebugMsgLevel(
"***************displacement group " + QString::number( i ), 3 );
381 for (
const GroupedFeature &feature : constAt )
389 QString QgsPointDistanceRenderer::getLabel(
const QgsFeature &feature )
const
409 p->setPen( labelPen );
415 pixelSizeFont.setPixelSize(
static_cast< int >( std::round( fontSizeInPixels ) ) );
416 QFont scaledFont = pixelSizeFont;
417 scaledFont.setPixelSize( pixelSizeFont.pixelSize() );
418 p->setFont( scaledFont );
420 QFontMetricsF fontMetrics( pixelSizeFont );
421 QPointF currentLabelShift;
423 QList<QPointF>::const_iterator labelPosIt = labelShifts.constBegin();
424 ClusteredGroup::const_iterator groupIt = group.constBegin();
426 for ( ; labelPosIt != labelShifts.constEnd() && groupIt != group.constEnd(); ++labelPosIt, ++groupIt )
428 currentLabelShift = *labelPosIt;
429 if ( currentLabelShift.x() < 0 )
431 #if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
432 currentLabelShift.setX( currentLabelShift.x() - fontMetrics.width( groupIt->label ) );
434 currentLabelShift.setX( currentLabelShift.x() - fontMetrics.horizontalAdvance( groupIt->label ) );
437 if ( currentLabelShift.y() > 0 )
439 currentLabelShift.setY( currentLabelShift.y() + fontMetrics.ascent() );
442 QPointF drawingPoint( centerPoint + currentLabelShift );
444 p->translate( drawingPoint.x(), drawingPoint.y() );
445 p->drawText( QPointF( 0, 0 ), groupIt->label );
452 if ( group.size() > 1 )
456 ClusteredGroup::const_iterator groupIt = group.constBegin();
457 for ( ; groupIt != group.constEnd(); ++groupIt )
459 if ( !groupIt->symbol() )
462 if ( !groupColor.isValid() )
464 groupColor = groupIt->symbol()->color();
468 if ( groupColor != groupIt->symbol()->color() )
470 groupColor = QColor();
476 if ( groupColor.isValid() )
488 if ( !group.empty() )
491 clusterScope->
setFeature( group.at( 0 ).feature );
504 if ( symbolList.isEmpty() )
QgsSymbolList symbolsForFeature(const QgsFeature &feature, QgsRenderContext &context) const override
Returns list of symbols used for rendering the feature.
void setLegendSymbolItem(const QString &key, QgsSymbol *symbol) override
Sets the symbol to be used for a legend symbol item.
void setFeature(const QgsFeature &feature)
Convenience function for setting a feature for the scope.
RAII class to pop scope from an expression context on destruction.
static QgsFeatureRenderer * defaultRenderer(QgsWkbTypes::GeometryType geomType)
Returns a new renderer - used by default in vector layers.
static QString encodeColor(const QColor &color)
OperationResult transform(const QgsCoordinateTransform &ct, QgsCoordinateTransform::TransformDirection direction=QgsCoordinateTransform::ForwardTransform, bool transformZ=false) SIP_THROW(QgsCsException)
Transforms this geometry as described by the coordinate transform ct.
double convertToPainterUnits(double size, QgsUnitTypes::RenderUnit unit, const QgsMapUnitScale &scale=QgsMapUnitScale()) const
Converts a size from the specified units to painter units (pixels).
const QgsMapToPixel & mapToPixel() const
Returns the context's map to pixel transform, which transforms between map coordinates and device coo...
QMap< QgsFeatureId, QgsPointXY > mGroupLocations
Mapping of feature ID to approximate group location.
QgsExpressionContext & expressionContext()
Gets the expression context.
QgsUnitTypes::RenderUnit mToleranceUnit
Unit for distance tolerance.
bool legendSymbolItemsCheckable() const override
items of symbology items in legend should be checkable
void addVariable(const QgsExpressionContextScope::StaticVariable &variable)
Adds a variable into the context scope.
#define QgsDebugMsgLevel(str, level)
static const QString EXPR_CLUSTER_COLOR
Inbuilt variable name for cluster color variable.
static Type flatType(Type type) SIP_HOLDGIL
Returns the flat type for a WKB type.
QString mLabelAttributeName
Attribute name for labeling. An empty string indicates that no labels should be rendered.
bool addGeometry(QgsAbstractGeometry *g) override
Adds a geometry and takes ownership. Returns true in case of success.
@ RenderPoints
Points (e.g., for font sizes)
Container of fields for a vector layer.
QgsGeometry centroid() const
Returns the center of mass of a geometry.
double convertToMapUnits(double size, QgsUnitTypes::RenderUnit unit, const QgsMapUnitScale &scale=QgsMapUnitScale()) const
Converts a size from the specified units to map units.
Contains information about the context of a rendering operation.
An interface for classes which can visit style entity (e.g.
Type
The WKB type describes the number of dimensions a geometry has.
QString filter(const QgsFields &fields=QgsFields()) override
If a renderer does not require all the features this method may be overridden and return an expressio...
const QgsFeatureRenderer * embeddedRenderer() const override
Returns the current embedded renderer (subrenderer) for this feature renderer.
Abstract base class for all rendered symbols.
QgsSymbol * originalSymbolForFeature(const QgsFeature &feature, QgsRenderContext &context) const override
Returns symbol for feature.
#define FID_TO_STRING(fid)
QFont mLabelFont
Label font.
A rectangle specified with double values.
double mMinLabelScale
Maximum scale denominator for label display. A zero value indicates no scale limitation.
virtual void stopRender(QgsRenderContext &context)
Must be called when a render cycle has finished, to allow the renderer to clean up.
QgsMarkerSymbol * clone() const override
Returns a deep copy of this symbol.
virtual QString filter(const QgsFields &fields=QgsFields())
If a renderer does not require all the features this method may be overridden and return an expressio...
std::unique_ptr< QgsFeatureRenderer > mRenderer
Embedded base renderer. This can be used for rendering individual, isolated points.
bool renderingStopped() const
Returns true if the rendering operation has been stopped and any ongoing rendering should be canceled...
QgsSymbolList symbols(QgsRenderContext &context) const override
Returns list of symbols used by the renderer.
QgsCoordinateTransform coordinateTransform() const
Returns the current coordinate transform for the context.
QgsSpatialIndex * mSpatialIndex
Spatial index for fast lookup of nearby points.
QList< ClusteredGroup > mClusteredGroups
Groups of features that are considered clustered together.
int mLabelIndex
Label attribute index (or -1 if none). This index is not stored, it is requested in the startRender()...
QgsLegendSymbolList legendSymbolItems() const override
Returns a list of symbology items for the legend.
void setGeometry(const QgsGeometry &geometry)
Set the feature's geometry.
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.
void drawLabels(QPointF centerPoint, QgsSymbolRenderContext &context, const QList< QPointF > &labelShifts, const ClusteredGroup &group)
Renders the labels for a group.
QList< QgsSymbol * > QgsSymbolList
A marker symbol type, for rendering Point and MultiPoint geometries.
QgsFeatureRenderer::Capabilities capabilities() override
Returns details about internals of this renderer.
QColor mLabelColor
Label text color.
void checkLegendSymbolItem(const QString &key, bool state) override
item in symbology was checked
Helper functions for various unit types.
bool legendSymbolItemChecked(const QString &key) override
items of symbology items in legend is checked
void setEmbeddedRenderer(QgsFeatureRenderer *r) override
Sets an embedded renderer (subrenderer) for this feature renderer.
A spatial index for QgsFeature objects.
QgsMapUnitScale mToleranceMapUnitScale
Map unit scale for distance tolerance.
QPointF asQPointF() const SIP_HOLDGIL
Returns contents of the geometry as a QPointF if wkbType is WKBPoint, otherwise returns a null QPoint...
Scoped object for saving and restoring a QPainter object's state.
QgsPointDistanceRenderer(const QString &rendererName, const QString &labelAttributeName=QString())
Constructor for QgsPointDistanceRenderer.
Multi point geometry collection.
Single scope for storing variables and functions for use within a QgsExpressionContext.
QList< QgsPointDistanceRenderer::GroupedFeature > ClusteredGroup
A group of clustered points (ie features within the distance tolerance).
A class to represent a 2D point.
static const QString EXPR_CLUSTER_SIZE
Inbuilt variable name for cluster size variable.
QgsPointXY asPoint() const
Returns the contents of the geometry as a 2-dimensional point.
void transformInPlace(double &x, double &y) const
Transform device coordinates to map coordinates.
QMap< QString, QString > QgsStringMap
bool accept(QgsStyleEntityVisitorInterface *visitor) const override
Accepts the specified symbology visitor, causing it to visit all symbols associated with the renderer...
A geometry is the spatial representation of a feature.
bool hasGeometry() const
Returns true if the feature has an associated geometry.
void stopRender(QgsRenderContext &context) override
Must be called when a render cycle has finished, to allow the renderer to clean up.
bool mDrawLabels
Whether labels should be drawn for points. This is set internally from startRender() depending on sca...
bool willRenderFeature(const QgsFeature &feature, QgsRenderContext &context) const override
Returns whether the renderer will render a feature or not.
QSet< QString > legendKeysForFeature(const QgsFeature &feature, QgsRenderContext &context) const override
Returns legend keys matching a specified feature.
QList< QgsFeatureId > intersects(const QgsRectangle &rectangle) const
Returns a list of features with a bounding box which intersects the specified rectangle.
bool filterNeedsGeometry() const override
Returns true if this renderer requires the geometry to apply the filter.
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
QgsRenderContext & renderContext()
Returns a reference to the context's render context.
QPainter * painter()
Returns the destination QPainter for the render operation.
int lookupField(const QString &fieldName) const
Looks up field's index from the field name.
double rendererScale() const
Returns the renderer map scale.
Single variable definition for use within a QgsExpressionContextScope.
QList< QgsLegendSymbolItem > QgsLegendSymbolList
virtual void startRender(QgsRenderContext &context, const QgsFields &fields)
Must be called when a new render cycle is started.
QMap< QgsFeatureId, int > mGroupIndex
Mapping of feature ID to the feature's group index.
void startRender(QgsRenderContext &context, const QgsFields &fields) override
Must be called when a new render cycle is started.
bool addFeature(QgsFeature &feature, QgsFeatureSink::Flags flags=QgsFeatureSink::Flags()) override
Adds a feature to the index.
void toSld(QDomDocument &doc, QDomElement &element, const QgsStringMap &props=QgsStringMap()) const override
used from subclasses to create SLD Rule elements following SLD v1.1 specs
double mTolerance
Distance tolerance. Points that are closer together than this distance are considered clustered.
QgsWkbTypes::Type wkbType() const SIP_HOLDGIL
Returns type of the geometry as a WKB type (point / linestring / polygon etc.)
QSet< QString > usedAttributes(const QgsRenderContext &context) const override
Returns a list of attributes required by this renderer.
QgsSymbol * symbolForFeature(const QgsFeature &feature, QgsRenderContext &context) const override
To be overridden.
qint64 QgsFeatureId
64 bit feature ids negative numbers are used for uncommitted/newly added features
QgsSymbolList originalSymbolsForFeature(const QgsFeature &feature, QgsRenderContext &context) const override
Equivalent of originalSymbolsForFeature() call extended to support renderers that may use more symbol...
Contains properties for a feature within a clustered group.