26 #ifndef __TERRALIB_SE_INTERNAL_GRAPHICSTROKE_H
27 #define __TERRALIB_SE_INTERNAL_GRAPHICSTROKE_H
33 #include <boost/noncopyable.hpp>
A GraphicStroke defines a repeated-linear graphic pattern to be used for stroking a line.
void setGraphic(Graphic *g)
It specifies the linear graphic.
void setInitialGap(ParameterValue *initialGap)
It specifies how far away the first graphic will be drawn relative to the start of the rendering line...
GraphicStroke()
It initializes a new GraphicStroke.
GraphicStroke * clone() const
It creates a new copy of this object.
const ParameterValue * getInitialGap() const
ParameterValue * m_initialGap
It defines the initial empty space, before the first Graphic or Label should be rendered....
ParameterValue * m_gap
It defines the empty space between two Graphics or Labels. (Optional)
const ParameterValue * getGap() const
~GraphicStroke()
Destructor.
void setGap(ParameterValue *gap)
It sets the distance between two graphics.
Graphic * m_graphic
It specifies the linear graphic. (Mandatory)
const Graphic * getGraphic() const
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.
#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).