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 const AnchorPoint * getAnchorPoint() const
 
const ParameterValue * getRotation() const
 
ParameterValue * m_rotation
The Rotation element gives the rotation of a graphic in the clockwise direction about its center poin...
 
A Displacement gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer near a point. 
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...
 
An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it r...
 
Displacement * m_displacement
It gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer ...
 
A PointPlacement specifies how a text label should be rendered relative to a geometric point...
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the Symbology Encoding support of TerraLib. 
 
AnchorPoint * m_anchorPoint
It identifies the location inside of a text label to use an an 'anchor' for positioning it relative t...
 
const Displacement * getDisplacement() const