26 #ifndef __TERRALIB_SE_INTERNAL_DISPLACEMENT_H
27 #define __TERRALIB_SE_INTERNAL_DISPLACEMENT_H
33 #include <boost/noncopyable.hpp>
A Displacement gives X and Y offset displacements to use for rendering a text label,...
Displacement * clone() const
It creates a new copy of this object.
ParameterValue * m_x
It gives the X offset displacement.
~Displacement()
Destructor.
const ParameterValue * getDisplacementX() const
void setDisplacementY(ParameterValue *y)
void setDisplacementX(ParameterValue *x)
Displacement()
It initializes a new Displacement.
const ParameterValue * getDisplacementY() const
ParameterValue * m_y
It gives the Y offset displacement.
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
#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).