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.
void setRecode(Recode *i)
void setInterpolate(Interpolate *i)
ColorMap()
It initializes a new ColorMap.
Interpolate * getInterpolate() const
ColorMap(const ColorMap &rhs)
Copy constructor.
Categorize * getCategorize() const
Categorize * m_categorize
Categorize function. (Mandatory if interpolate_ is not defined or empty otherwise)
Recode * getRecode() const
void setCategorize(Categorize *c)
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).