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).
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.
Namespace for the Symbology Encoding module of TerraLib.
Configuration flags for the Symbology Encoding support of TerraLib.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.