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;
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.
This class contains the parameters needed for grouping the values of a Property.
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...
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 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,...
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
A Symbolizer describes how a feature is to appear on a map.
te::se::PointSymbolizer * GetPointSymbolizer(TeVisual *visual)
te::se::PolygonSymbolizer * GetPolygonSymbolizer(TeVisual *visual)
std::string GetPointStyle(int type)
te::map::Grouping * GetGrouping(TeTheme *theme, te::se::Style *style)
te::se::LineSymbolizer * GetLineSymbolizer(TeVisual *visual)
te::se::Symbolizer * GetSymbolizer(int geometryType, TeVisual *visual)
te::se::RasterSymbolizer * GetRasterSymbolizer(TeRasterTransform *visual)
te::color::RGBAColor Convert2TerraLib5(TeColor color)
te::se::ColorMap * GetRasterGrouping(TeTheme *theme)
std::string GetLineStyle(int type)
Proxy configuration file for TerraView (see terraview_config.h).