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