26#ifndef __TERRALIB_SE_INTERNAL_STROKE_H
27#define __TERRALIB_SE_INTERNAL_STROKE_H
37#include <boost/noncopyable.hpp>
A GraphicStroke defines a repeated-linear graphic pattern to be used for stroking a line.
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
A Stroke specifies the appearance of a linear geometry.
Graphic * m_fill
The GraphicFill both indicates that a stipple-fill repeated graphic will be used and specifies the fi...
void setLineCap(const std::string &cap)
void setGraphicStroke(GraphicStroke *stroke)
Sets the GraphicStroke element to this Stroke. GraphicStroke defines that a repeated linear graphic i...
const SvgParameter * getDashArray() const
void setOpacity(const std::string &opacity)
const SvgParameter * getOpacity() const
GraphicStroke * m_stroke
The GraphicStroke both indicates that a repeated-linear-graphic stroke type will be used....
const GraphicStroke * getGraphicStroke() const
Gets the GraphicStroke element associate to this Stroke.
const SvgParameter * getColor() const
void add(SvgParameter *p)
Add a SvgParameter to this Stroke.
static const std::string sm_opacity
SVG/CSS "stroke-opacity parameter.
const SvgParameter * getParameter(const std::string &name) const
void setDashArray(const std::string &dasharray)
static const std::string sm_width
SVG/CSS "stroke-width" parameter.
const SvgParameter * getWidth() const
const SvgParameter * getLineCap() const
static const std::string sm_dashoffset
SVG/CSS "stroke-dashoffset" parameter.
Stroke * clone() const
It creates a new copy of this object.
static const std::string sm_linecap
SVG/CSS "stroke-linecap" parameter.
void setDashOffset(const std::string &offset)
Stroke()
It initializes a new Stroke.
const SvgParameter * getDashOffset() const
const SvgParameter * getLineJoin() const
void setGraphicFill(Graphic *fill)
Sets the GraphicFill element to this Stroke. GraphicFill defines that the pixels of the line will be ...
const Graphic * getGraphicFill() const
Gets the GraphicFill element associate to this Stroke.
std::map< std::string, SvgParameter * > m_svgParams
If neither a GraphicFill nor GraphicStroke is given, then the line Symbolizer will render a solid col...
void setWidth(const std::string &width)
static const std::string sm_dasharray
SVG/CSS "stroke-dasharray" parameter.
void setParameter(const std::string &name, const std::string &value)
void setLineJoin(const std::string &join)
static const std::string sm_stroke
SVG/CSS "stroke" parameter.
void setColor(const std::string &color)
static const std::string sm_linejoin
SVG/CSS "stroke-linejoin" parameter.
A SvgParameter refers to an SVG/CSS graphical-formatting parameter.
#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).