26 #ifndef __TERRALIB_SE_INTERNAL_GRAPHICSTROKE_H 
   27 #define __TERRALIB_SE_INTERNAL_GRAPHICSTROKE_H 
   33 #include <boost/noncopyable.hpp> 
   87         const Graphic* getGraphic() 
const;
 
  128 #endif  // __TERRALIB_SE_INTERNAL_GRAPHICSTROKE_H 
A GraphicStroke defines a repeated-linear graphic pattern to be used for stroking a line...
 
Graphic * m_graphic
It specifies the linear graphic. (Mandatory) 
 
Configuration flags for the Symbology Encoding support of TerraLib. 
 
ParameterValue * m_gap
It defines the empty space between two Graphics or Labels. (Optional) 
 
ParameterValue * m_initialGap
It defines the initial empty space, before the first Graphic or Label should be rendered. (Optional) 
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. 
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...