26 #ifndef __TERRALIB_SE_INTERNAL_LINESYMBOLIZER_H    27 #define __TERRALIB_SE_INTERNAL_LINESYMBOLIZER_H    34   namespace fe { 
class PropertyName; }
   114         void setStroke(
Stroke* stroke);
   116         const Stroke* getStroke() 
const;
   135         const std::string& getType() 
const;
   154 #endif  // __TERRALIB_SE_INTERNAL_LINESYMBOLIZER_H A Symbolizer describes how a feature is to appear on a map. 
 
Stroke * m_stroke
A Stroke specifies the appearance of a linear geometry. (Optional) 
 
static const std::string sm_type
A static data member used in the implementation of getType method. 
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...
 
ParameterValue * m_perpendicularOffset
A PerpendicularOffset gives the perpendicular distance away from a line to draw a label...
 
This class is used to encode the name of any property of an object. 
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
#define TE_DEFINE_VISITABLE
 
A Stroke specifies the appearance of a linear geometry. 
 
A Symbolizer describes how a Feature is to appear on a map. 
 
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
 
te::fe::PropertyName * m_geometry
A Geometry gives reference to a (the) geometry property of a feature to be used for rendering...