26 #ifndef __TERRALIB_SE_INTERNAL_LABELPLACEMENT_H
27 #define __TERRALIB_SE_INTERNAL_LABELPLACEMENT_H
33 #include <boost/noncopyable.hpp>
The LabelPlacement specifies where and how a text label should be rendered relative to a geometry.
const LinePlacement * getLinePlacement() const
void setPointPlacement(PointPlacement *p)
LinePlacement * m_linePlacement
It specifies how a text label should be rendered relative to a linear geometry. (Mandatory)
LabelPlacement * clone() const
It creates a new copy of this object.
LabelPlacement()
It initializes a new LabelPlacement.
PointPlacement * m_pointPlacement
It specifies how a text label should be rendered relative to a geometric point. (Mandatory)
~LabelPlacement()
Destructor.
const PointPlacement * getPointPlacement() const
void setLinePlacement(LinePlacement *l)
A LinePlacement specifies how a text label should be rendered relative to a linear geometry.
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.
Proxy configuration file for TerraView (see terraview_config.h).