26 #ifndef __TERRALIB_SE_INTERNAL_LINESYMBOLIZER_H
27 #define __TERRALIB_SE_INTERNAL_LINESYMBOLIZER_H
34 namespace fe {
class PropertyName; }
#define TE_DEFINE_VISITABLE
A Symbolizer describes how a Feature is to appear on a map.
This class is used to encode the name of any property of an object.
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
~LineSymbolizer()
Destructor.
LineSymbolizer(const LineSymbolizer &rhs)
Copy constructor.
ParameterValue * m_perpendicularOffset
A PerpendicularOffset gives the perpendicular distance away from a line to draw a label....
const ParameterValue * getPerpendicularOffset() const
te::fe::PropertyName * m_geometry
A Geometry gives reference to a (the) geometry property of a feature to be used for rendering....
void setPerpendicularOffset(ParameterValue *perpendicularOffset)
PerpendicularOffset allows to draw lines in parallel to the original geometry. For complex line strin...
const te::fe::PropertyName * getGeometry() const
void setStroke(Stroke *stroke)
A Stroke specifies the appearance of a linear geometry. The Stroke element is optional inside of Line...
static const std::string sm_type
A static data member used in the implementation of getType method.
Stroke * m_stroke
A Stroke specifies the appearance of a linear geometry. (Optional)
LineSymbolizer()
It initializes a new LineSymbolizer.
Symbolizer * clone() const
It creates a new copy of this object.
void setGeometry(te::fe::PropertyName *geometry)
The Geometry element of a LineSymbolizer defines the linear geometry to be used for styling....
const std::string & getType() const
It returns the symbolizer type.
const Stroke * getStroke() const
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
A Stroke specifies the appearance of a linear geometry.
A Symbolizer describes how a feature is to appear on a map.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.