32 : m_pointPlacement(nullptr),
33 m_linePlacement(nullptr)
A PointPlacement specifies how a text label should be rendered relative to a geometric point...
LabelPlacement()
It initializes a new LabelPlacement.
LabelPlacement * clone() const
It creates a new copy of this object.
A LinePlacement specifies how a text label should be rendered relative to a linear geometry...
The LabelPlacement specifies where and how a text label should be rendered relative to a geometry...
PointPlacement * clone() const
It creates a new copy of this object.
PointPlacement * m_pointPlacement
It specifies how a text label should be rendered relative to a geometric point. (Mandatory) ...
A PointPlacement specifies how a text label should be rendered relative to a geometric point...
A LinePlacement specifies how a text label should be rendered relative to a linear geometry...
void setPointPlacement(PointPlacement *p)
LinePlacement * clone() const
It creates a new copy of this object.
LinePlacement * m_linePlacement
It specifies how a text label should be rendered relative to a linear geometry. (Mandatory) ...
void setLinePlacement(LinePlacement *l)
The LabelPlacement specifies where and how a text label should be rendered relative to a geometry...
~LabelPlacement()
Destructor.