26 #ifndef __TERRALIB_SE_INTERNAL_POINTPLACEMENT_H
27 #define __TERRALIB_SE_INTERNAL_POINTPLACEMENT_H
33 #include <boost/noncopyable.hpp>
An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it r...
A Displacement gives X and Y offset displacements to use for rendering a text label,...
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
A PointPlacement specifies how a text label should be rendered relative to a geometric point.
void setDisplacement(Displacement *d)
Displacement * m_displacement
It gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer ...
void setAnchorPoint(AnchorPoint *a)
const AnchorPoint * getAnchorPoint() const
const ParameterValue * getRotation() const
PointPlacement()
It initializes a new PointPlacement.
ParameterValue * m_rotation
The Rotation element gives the rotation of a graphic in the clockwise direction about its center poin...
const Displacement * getDisplacement() const
AnchorPoint * m_anchorPoint
It identifies the location inside of a text label to use an an 'anchor' for positioning it relative t...
void setRotation(ParameterValue *r)
PointPlacement * clone() const
It creates a new copy of this object.
~PointPlacement()
Destructor.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).