26 #ifndef __TERRALIB_SE_INTERNAL_ANCHORPOINT_H
27 #define __TERRALIB_SE_INTERNAL_ANCHORPOINT_H
33 #include <boost/noncopyable.hpp>
An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it r...
ParameterValue * m_x
Floating-point number of the the coordinate to anchoring (default = 0.5).
const ParameterValue * getAnchorPointY() const
void setAnchorPointY(ParameterValue *y)
ParameterValue * m_y
Floating-point number of the the coordinate to anchoring (default = 0.5).
const ParameterValue * getAnchorPointX() const
~AnchorPoint()
Destructor.
void setAnchorPointX(ParameterValue *x)
AnchorPoint()
It initializes a new AnchorPoint.
AnchorPoint * clone() const
It creates a new copy of this object.
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).