27 #include "../../../se/AnchorPoint.h" 28 #include "../../../se/Displacement.h" 29 #include "../../../se/ParameterValue.h" 30 #include "../../../se/Graphic.h" 35 m_graphic(new
te::se::Graphic)
63 double opacity = value / 100.0;
void setDisplacement(Displacement *value)
void setRotation(ParameterValue *value)
The Rotation element gives the rotation of a graphic in the clockwise direction about its center poin...
void setOpacity(ParameterValue *value)
The Opacity element gives the opacity to use for rendering the graphic. It has the same semantics as ...
A Displacement gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer near a point.
static te::dt::Date dx(2010, 12, 31)
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...
An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it r...
void setAnchorPointX(ParameterValue *x)
void setDisplacementY(ParameterValue *y)
Graphic * clone() const
It creates a new copy of this object.
void setAnchorPointY(ParameterValue *y)
void setDisplacementX(ParameterValue *x)
void setAnchorPoint(AnchorPoint *value)