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.
void setPointPlacement(PointPlacement *p)
LinePlacement * m_linePlacement
It specifies how a text label should be rendered relative to a linear geometry. (Mandatory)
const PointPlacement * getPointPlacement() const
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 * clone() const
It creates a new copy of this object.
~LabelPlacement()
Destructor.
void setLinePlacement(LinePlacement *l)
const LinePlacement * getLinePlacement() const
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).