26 #ifndef __TERRALIB_SE_INTERNAL_LABELPLACEMENT_H    27 #define __TERRALIB_SE_INTERNAL_LABELPLACEMENT_H    33 #include <boost/noncopyable.hpp>    94 #endif  // __TERRALIB_SE_INTERNAL_LABELPLACEMENT_H 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 * 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...
 
#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. 
 
LinePlacement * m_linePlacement
It specifies how a text label should be rendered relative to a linear geometry. (Mandatory) ...
 
const LinePlacement * getLinePlacement() const 
 
const PointPlacement * getPointPlacement() const