26 #ifndef __TERRALIB_SE_INTERNAL_COLORMAP_H 
   27 #define __TERRALIB_SE_INTERNAL_COLORMAP_H 
   33 #include <boost/noncopyable.hpp> 
  110 #endif  // __TERRALIB_SE_INTERNAL_COLORMAP_H 
The transformation of continuous values to distinct values (Categorize function). ...
 
The transformation of continuous values to a number of values (Interpolate function). 
 
Categorize * m_categorize
Categorize function. (Mandatory if interpolate_ is not defined or empty otherwise) ...
 
Interpolate * m_interpolate
Interpolate function. (Mandatory if categorize_ is not defined or empty otherwise) ...
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the Symbology Encoding support of TerraLib. 
 
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...