28 #include "../color/RGBAColor.h" 
   91   if(graphic && !graphic->
getMarks().empty())
 
A TextSymbolizer is used to render text labels according to various graphical parameters. 
 
const Fill * getFill() const 
Gets the Fill associates with the PolygonSymbolizer. 
 
SymbolizerColorFinder()
Constructor. 
 
TESEEXPORT void GetColor(const te::se::Stroke *stroke, te::color::RGBAColor &color)
It gets the RGBA color from the Stroke element. 
 
const Graphic * getGraphic() const 
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
A Mark specifies a geometric shape and applies coloring to it. 
 
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
 
A Fill specifies the pattern for filling an area geometry. 
 
A Symbolizer describes how a feature is to appear on a map. 
 
The CoverageStyle defines the styling that is to be applied to a subset of Coverage data...
 
A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point. 
 
void visit(const te::se::Style &visited)
 
A Rule is used to attach property/scale conditions to and group the individual symbols used for rende...
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. 
 
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
 
The FeatureTypeStyle defines the styling that is to be applied to a dataset that can be viewed as a f...
 
~SymbolizerColorFinder()
Destructor. 
 
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
 
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos...
 
A Fill specifies the pattern for filling an area geometry. 
 
const Stroke * getStroke() const 
 
A Mark specifies a geometric shape and applies coloring to it. 
 
void find(const te::se::Symbolizer *symbolizer)
It find the color based on given symbolizer. 
 
const std::vector< Mark * > getMarks() const 
 
virtual ReturnType accept(VisitorType &guest) const =0
It call the visit method from the guest object. 
 
A Stroke specifies the appearance of a linear geometry. 
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. 
 
A Symbolizer describes how a Feature is to appear on a map. 
 
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
 
A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point. 
 
A Symbology Enconding visitor that finds a color given a symbolizer. 
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
Utility functions for Symbology Enconding module. 
 
A Stroke specifies the appearance of a linear geometry. 
 
const Fill * getFill() const