Go to the documentation of this file.
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
LabelPlacement * clone() const
It creates a new copy of this object.
PointPlacement * m_pointPlacement
It specifies how a text label should be rendered relative to a geometric point. (Mandatory)
const LinePlacement * getLinePlacement() const
~LabelPlacement()
Destructor.
LinePlacement * m_linePlacement
It specifies how a text label should be rendered relative to a linear geometry. (Mandatory)
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
void setLinePlacement(LinePlacement *l)
The LabelPlacement specifies where and how a text label should be rendered relative to a geometry.
LabelPlacement()
It initializes a new LabelPlacement.
const PointPlacement * getPointPlacement() const
void setPointPlacement(PointPlacement *p)
Proxy configuration file for TerraView (see terraview_config.h).
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.