42   delete m_displacement;
 
   54   delete m_displacement;
 
A PointPlacement specifies how a text label should be rendered relative to a geometric point...
 
PointPlacement()
It initializes a new PointPlacement. 
 
void setRotation(ParameterValue *r)
 
A Displacement gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer near a point. 
 
A PointPlacement specifies how a text label should be rendered relative to a geometric point...
 
An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it r...
 
void setDisplacement(Displacement *d)
 
PointPlacement * clone() const 
It creates a new copy of this object. 
 
void setAnchorPoint(AnchorPoint *a)
 
An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it r...
 
The ParameterValueType uses WFS-Filter expressions to give values for SE graphic parameters. 
 
A Displacement gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer near a point. 
 
~PointPlacement()
Destructor. 
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...