59   m_initialGap = initialGap;
 
GraphicStroke * clone() const 
It creates a new copy of this object. 
 
const ParameterValue * getGap() const 
 
const ParameterValue * getInitialGap() const 
 
The ParameterValueType uses WFS-Filter expressions to give values for SE graphic parameters. 
 
void setInitialGap(ParameterValue *initialGap)
It specifies how far away the first graphic will be drawn relative to the start of the rendering line...
 
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...
 
GraphicStroke()
It initializes a new GraphicStroke. 
 
void setGraphic(Graphic *g)
It specifies the linear graphic. 
 
~GraphicStroke()
Destructor. 
 
A GraphicStroke defines a repeated-linear graphic pattern to be used for stroking a line...
 
void setGap(ParameterValue *gap)
It sets the distance between two graphics. 
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. 
 
const Graphic * getGraphic() const 
 
A GraphicStroke defines a repeated-linear graphic pattern to be used for stroking a line...