The transformation of continuous values to distinct values (Categorize function). ...
 
Interpolate * getInterpolate() const 
 
The transformation of continuous values to a number of values (Interpolate function). 
 
void setInterpolate(Interpolate *i)
 
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...
 
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...
 
Categorize * getCategorize() const 
 
ColorMap()
It initializes a new ColorMap. 
 
void setCategorize(Categorize *c)
 
virtual Interpolate * clone() const 
It returns a clone of this object. 
 
Categorize * m_categorize
Categorize function. (Mandatory if interpolate_ is not defined or empty otherwise) ...
 
virtual Categorize * clone() const 
It returns a clone of this object. 
 
The transformation of continuous values to distinct values (Categorize function). ...
 
Interpolate * m_interpolate
Interpolate function. (Mandatory if categorize_ is not defined or empty otherwise) ...
 
The transformation of continuous values to a number of values (Interpolate function).