QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
15 #ifndef QGSLABELFEATURE_H
16 #define QGSLABELFEATURE_H
20 #include "qgis_core.h"
69 GEOSGeometry *
geometry()
const {
return mGeometry.get(); }
80 void setPermissibleZone(
const QgsGeometry &geometry );
101 QSizeF size(
double angle = 0.0 )
const;
161 double zIndex()
const {
return mZIndex; }
196 void setAnchorPosition(
const QgsPointXY &anchorPosition );
289 void setPredefinedPositionOrder(
const QVector< QgsPalLayerSettings::PredefinedPointPosition > &order ) { mPredefinedPositionOrder = order; }
401 double overrunDistance()
const;
411 void setOverrunDistance(
double distance );
421 double overrunSmoothDistance()
const;
431 void setOverrunSmoothDistance(
double distance );
536 double mPriority = -1;
540 bool mHasFixedPosition =
false;
544 bool mHasFixedAngle =
false;
546 double mFixedAngle = 0;
548 bool mHasFixedQuadrant =
false;
554 double mDistLabel = 0;
560 double mRepeatDistance = 0;
562 bool mAlwaysShow =
false;
569 double mOverrunDistance = 0;
571 double mOverrunSmoothDistance = 0;
573 QgsLabeling::LinePlacementFlags mArrangementFlags = QgsLabeling::LinePlacementFlags();
574 QgsLabeling::PolygonPlacementFlags mPolygonPlacementFlags = QgsLabeling::PolygonPlacementFlag::AllowPlacementInsideOfPolygon;
588 bool mLabelAllParts =
false;
594 double mLineAnchorPercent = 0.5;
598 #endif // QGSLABELFEATURE_H
QgsFeatureId id() const
Identifier of the label (unique within the parent label provider)
QgsPointXY positionOffset() const
Applies only to "offset from point" placement strategy.
QgsPalLayerSettings::OffsetType offsetType() const
Returns the offset type, which determines how offsets and distance to label behaves.
void setRotatedSize(QSizeF size)
Sets an alternate label size to be used when a label rotation angle is between 45 to 135 and 235 to 3...
void setPredefinedPositionOrder(const QVector< QgsPalLayerSettings::PredefinedPointPosition > &order)
Sets the priority ordered list of predefined positions for label candidates.
double priority() const
Returns the feature's labeling priority.
double fixedAngle() const
Angle in degrees of the fixed angle (relevant only if hasFixedAngle() returns true)
void setDistLabel(double dist)
Applies to "around point" placement strategy or linestring features.
void setPriority(double priority)
Sets the priority for labeling the feature.
Optional additional info about label (for curved labels)
void setPositionOffset(const QgsPointXY &offset)
Applies only to "offset from point" placement strategy.
const QSizeF & symbolSize() const
Returns the size of the rendered symbol associated with this feature, if applicable.
@ FromPoint
Offset distance applies from point geometry.
QgsFeatureId mId
Associated ID unique within the parent label provider.
const QgsMargins & visualMargin() const
Returns the visual margin for the label feature.
OffsetType
Behavior modifier for label offset and distance, only applies in some label placement modes.
Contains information about the context of a rendering operation.
Contains settings related to how the label engine treats features as obstacles.
Abstract base class for all rendered symbols.
const GEOSPreparedGeometry * permissibleZonePrepared() const
Returns a GEOS prepared geometry representing the label's permissibleZone().
QgsLabeling::LinePlacementFlags arrangementFlags() const
Returns the feature's arrangement flags.
QPointF mQuadOffset
whether the side of the label is fixed (only for "around point" placement)
double repeatDistance() const
Applies only to linestring features - after what distance (in map units) the labels should be repeate...
bool hasFixedQuadrant() const
Returns whether the quadrant for the label is fixed.
std::unique_ptr< GEOSGeometry, GeosDeleter > unique_ptr
Scoped GEOS pointer.
void setSymbolSize(QSizeF size)
Sets the size of the rendered symbol associated with this feature.
QgsGeometry mPermissibleZone
Optional geometry to use for label's permissible zone.
bool hasFixedPosition() const
Whether the label should use a fixed position instead of being automatically placed.
The QgsAbstractLabelProvider class is an interface class.
QSizeF mSize
Width and height of the label.
bool labelAllParts() const
Returns true if all parts of the feature should be labeled.
bool hasFixedAngle() const
Whether the label should use a fixed angle instead of using angle from automatic placement.
double lineAnchorPercent() const
Returns the percent along the line at which labels should be placed, for line labels only.
const QgsSymbol * symbol()
Returns the feature symbol associated with this label.
QString mLabelText
text of the label
void setZIndex(double zIndex)
Sets the label's z-index.
void setHasFixedAngle(bool enabled)
Sets whether the label should use a fixed angle instead of using angle from automatic placement.
void setRepeatDistance(double dist)
Applies only to linestring features - set after what distance (in map units) the labels should be rep...
QgsLabelLineSettings::AnchorType lineAnchorType() const
Returns the line anchor type, which dictates how the lineAnchorPercent() setting is handled.
void setHasFixedQuadrant(bool enabled)
Sets whether the quadrant for the label must be respected.
void setLineAnchorType(QgsLabelLineSettings::AnchorType type)
Sets the line anchor type, which dictates how the lineAnchorPercent() setting is handled.
The QgsMargins class defines the four margins of a rectangle.
void setFixedPosition(const QgsPointXY &point)
Sets coordinates of the fixed position (relevant only if hasFixedPosition() returns true)
QgsLabeling::PolygonPlacementFlags polygonPlacementFlags() const
Returns the polygon placement flags, which dictate how polygon labels can be placed.
void setLabelText(const QString &text)
Sets text of the label.
void setHasFixedPosition(bool enabled)
Sets whether the label should use a fixed position instead of being automatically placed.
void setLabelAllParts(bool labelAllParts)
Sets whether all parts of the feature should be labeled.
pal::Layer * layer() const
Gets PAL layer of the label feature. Should be only used internally in PAL.
@ HintOnly
Line anchor is a hint for preferred placement only, but other placements close to the hint are permit...
AnchorType
Line anchor types.
bool alwaysShow() const
Whether label should be always shown (sets very high label priority)
A class to represent a 2D point.
void setLineAnchorPercent(double percent)
Sets the percent along the line at which labels should be placed, for line labels only.
double zIndex() const
Returns the label's z-index.
void setSymbol(const QgsSymbol *symbol)
Sets the feature symbol associated with this label.
void setQuadOffset(QPointF quadOffset)
Set which side of the point to use.
GEOSGeometry * geometry() const
Gets access to the associated geometry.
QPointF quadOffset() const
Applies to "offset from point" placement strategy and "around point" (in case hasFixedQuadrant() retu...
A geometry is the spatial representation of a feature.
QSizeF mSymbolSize
Size of associated rendered symbol, if applicable.
void setCurvedLabelInfo(pal::LabelInfo *info)
takes ownership of the instance
void setPolygonPlacementFlags(QgsLabeling::PolygonPlacementFlags flags)
Sets the polygon placement flags, which dictate how polygon labels can be placed.
double distLabel() const
Applies to "around point" placement strategy or linestring features.
QVector< QgsPalLayerSettings::PredefinedPointPosition > mPredefinedPositionOrder
Ordered list of predefined positions for label (only for OrderedPositionsAroundPoint placement)
void setLayer(pal::Layer *layer)
Assign PAL layer to the label feature. Should be only used internally in PAL.
QgsPointXY mFixedPosition
fixed position for the label (instead of automatic placement)
void setFixedAngle(double angle)
Sets angle in degrees of the fixed angle (relevant only if hasFixedAngle() returns true)
QgsPointXY fixedPosition() const
Coordinates of the fixed position (relevant only if hasFixedPosition() returns true)
A set of features which influence the labeling process.
std::unique_ptr< const GEOSPreparedGeometry, GeosDeleter > prepared_unique_ptr
Scoped GEOS prepared geometry pointer.
void setOffsetType(QgsPalLayerSettings::OffsetType type)
Sets the offset type, which determines how offsets and distance to label behaves.
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
void setVisualMargin(const QgsMargins &margin)
Sets the visual margin for the label feature.
The QgsLabelFeature class describes a feature that should be used within the labeling engine.
void setArrangementFlags(QgsLabeling::LinePlacementFlags flags)
Sets the feature's arrangement flags.
QgsMargins mVisualMargin
Visual margin of label contents.
pal::LabelInfo * curvedLabelInfo() const
Gets additional info required for curved label placement. Returns nullptr if not set.
QgsPointXY mPositionOffset
offset of label from the feature (only for "offset from point" placement)
double ANALYSIS_EXPORT angle(QgsPoint *p1, QgsPoint *p2, QgsPoint *p3, QgsPoint *p4)
Calculates the angle between two segments (in 2 dimension, z-values are ignored)
QgsGeometry permissibleZone() const
Returns the label's permissible zone geometry.
QSizeF mRotatedSize
Width and height of the label when rotated between 45 to 135 and 235 to 315 degrees;.
QVector< QgsPalLayerSettings::PredefinedPointPosition > predefinedPositionOrder() const
Returns the priority ordered list of predefined positions for label candidates.
QString labelText() const
Text of the label.
geos::unique_ptr mGeometry
Geometry of the feature to be labelled.
void setAlwaysShow(bool enabled)
Sets whether label should be always shown (sets very high label priority)
qint64 QgsFeatureId
64 bit feature ids negative numbers are used for uncommitted/newly added features