26 #ifndef __TERRALIB_SE_INTERNAL_VISITOR_H 
   27 #define __TERRALIB_SE_INTERNAL_VISITOR_H 
   79 #endif  // __TERRALIB_SE_INTERNAL_VISITOR_H 
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
 
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos...
 
The FeatureTypeStyle defines the styling that is to be applied to a dataset that can be viewed as a f...
 
A Symbolizer describes how a feature is to appear on a map. 
 
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
 
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. 
 
virtual ~Visitor()
Virtual destructor. 
 
A TextSymbolizer is used to render text labels according to various graphical parameters. 
 
Visitor()
Default constructor. 
 
A visitor interface for the SymbologyEncoding hierarchy. 
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
virtual void visit(const Style &visited)=0