26 #ifndef __TERRALIB_QT_TERRALIB4_INTERNAL_UTILS_H 
   27 #define __TERRALIB_QT_TERRALIB4_INTERNAL_UTILS_H 
   34 class TeRasterTransform;
 
   54     class PointSymbolizer;
 
   55     class PolygonSymbolizer;
 
   97 #endif  // __TERRALIB_QT_TERRALIB4_INTERNAL_UTILS_H 
te::se::Symbolizer * GetSymbolizer(int geometryType, TeVisual *visual)
 
te::color::RGBAColor Convert2TerraLib5(TeColor color)
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
te::map::Grouping * GetGrouping(TeTheme *theme)
 
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
 
te::se::PointSymbolizer * GetPointSymbolizer(TeVisual *visual)
 
A Symbolizer describes how a feature is to appear on a map. 
 
A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point. 
 
This class contains the parameters needed for grouping the values of a Property. 
 
te::se::PolygonSymbolizer * GetPolygonSymbolizer(TeVisual *visual)
 
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos...
 
te::se::RasterSymbolizer * GetRasterSymbolizer(TeRasterTransform *visual)
 
te::se::LineSymbolizer * GetLineSymbolizer(TeVisual *visual)
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color. 
 
std::string GetLineStyle(int type)
 
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
 
te::se::ColorMap * GetRasterGrouping(TeTheme *theme)
 
std::string GetPointStyle(int type)
 
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...