26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_RASTERTRANSFORMCONFIGURER_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_RASTERTRANSFORMCONFIGURER_H 
   41     class ContrastEnhancement;
 
   42     class RasterSymbolizer;
 
   43     class SelectedChannel;
 
   86         void getGeneralProperties();
 
   89         void getChannelSelection();
 
  107         void getColorMapInformation();
 
  126 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_RASTERTRANSFORMCONFIGURER_H 
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos...
 
The transformation of continuous values to distinct values (Categorize function). ...
 
#define TEMAPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
The transformation of continuous values to a number of values (Interpolate function). 
 
A selected channel to be display. 
 
A Raster Transform configurer generates a Raster Transform given a RasterSymbolzier. 
 
te::map::RasterTransform * m_rstTransform
Raster transformation object. 
 
te::se::RasterSymbolizer * m_rstSymbolizer
SE element that describes the raster style. 
 
A Raster Transform is a class that defines functions to transform a styled raster. 
 
A Raster Transform is a class that defines functions to transform a styled raster. 
 
ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for ...