#include <osgEarthSymbology/SLD>
#include <osgEarthSymbology/CssUtils>
#include <osgEarthSymbology/Style>
#include <osgEarthSymbology/Expression>
#include <osgEarth/XmlUtils>
#include <stack>
#include <algorithm>
Go to the source code of this file.
Define Documentation
#define CSS_FILL_OPACITY "fill-opacity" |
#define CSS_POINT_SIZE "point-size" |
#define CSS_STROKE "stroke" |
#define CSS_STROKE_LINECAP "stroke-linecap" |
#define CSS_STROKE_OPACITY "stroke-opacity" |
#define CSS_STROKE_WIDTH "stroke-width" |
#define CSS_TEXT_ATTRIBUTE "text-attribute" |
#define CSS_TEXT_CONTENT "text-content" |
#define CSS_TEXT_CONTENT_ATTRIBUTE_DELIMITER "text-content-attribute-delimiter" |
#define CSS_TEXT_FONT "text-font" |
#define CSS_TEXT_HALO "text-halo" |
#define CSS_TEXT_LINE_ORIENTATION "text-line-orientation" |
#define CSS_TEXT_LINE_PLACEMENT "text-line-placement" |
#define CSS_TEXT_REMOVE_DUPLICATE_LABELS "text-remove-duplicate-labels" |
#define CSS_TEXT_ROTATE_TO_SCREEN "text-rotate-to-screen" |
#define CSS_TEXT_SIZE "text-size" |
#define CSS_TEXT_SIZE_MODE "text-size-mode" |
Function Documentation
Definition at line 54 of file SLD.cpp.
{
if ( value == "butt" ) cap = Stroke::LINECAP_BUTT;
if ( value == "round" ) cap = Stroke::LINECAP_ROUND;
if ( value == "square" ) cap = Stroke::LINECAP_SQUARE;
}