27 #include "../../../se/Fill.h" 28 #include "../../../se/ParameterValue.h" 29 #include "../../../se/Graphic.h" 30 #include "../../../se/Mark.h" 31 #include "../../../se/Stroke.h" 40 std::string* markName =
new std::string(
"circle");
A Mark specifies a geometric shape and applies coloring to it.
void setMark(std::size_t index, Mark *m)
void setSize(ParameterValue *value)
The Size element gives the absolute size of the graphic in uoms encoded as a floating-point number...
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...
void add(ExternalGraphic *g)
Graphics can either be referenced from an external URL in a common format (such as GIF or SVG)...
A Fill specifies the pattern for filling an area geometry.
const std::vector< Mark * > getMarks() const
A Stroke specifies the appearance of a linear geometry.
void setStroke(Stroke *s)
void setWellKnownName(std::string *name)
The WellKnownName element gives the well-known name of the shape of the mark.
This file contains a class that specialize the QwtSymbol to draw a Terralib Mark. ...