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.
const ParameterValue * getInitialGap() const
void setGraphic(Graphic *g)
It specifies the linear graphic.
const Graphic * getGraphic() const
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.
ParameterValue * m_initialGap
It defines the initial empty space, before the first Graphic or Label should be rendered....
const ParameterValue * getGap() const
ParameterValue * m_gap
It defines the empty space between two Graphics or Labels. (Optional)
~GraphicStroke()
Destructor.
void setGap(ParameterValue *gap)
It sets the distance between two graphics.
Graphic * m_graphic
It specifies the linear graphic. (Mandatory)
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).