26#ifndef __TERRALIB_SE_INTERNAL_COLORMAP_H 
   27#define __TERRALIB_SE_INTERNAL_COLORMAP_H 
   33#include <boost/noncopyable.hpp> 
The transformation of continuous values to distinct values (Categorize function).
 
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...
 
Interpolate * m_interpolate
Interpolate function. (Mandatory if categorize_ is not defined or empty otherwise)
 
Recode * m_recode
Recode function.
 
Categorize * getCategorize() const
 
void setRecode(Recode *i)
 
void setInterpolate(Interpolate *i)
 
ColorMap()
It initializes a new ColorMap.
 
ColorMap(const ColorMap &rhs)
Copy constructor.
 
Categorize * m_categorize
Categorize function. (Mandatory if interpolate_ is not defined or empty otherwise)
 
Interpolate * getInterpolate() const
 
void setCategorize(Categorize *c)
 
Recode * getRecode() const
 
The transformation of continuous values to a number of values (Interpolate function).
 
Transformation of discrete values to other values.
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Proxy configuration file for TerraView (see terraview_config.h).