26 #ifndef __TERRALIB_SE_INTERNAL_CHANNELSELECTION_H 
   27 #define __TERRALIB_SE_INTERNAL_CHANNELSELECTION_H 
   34 #include <boost/noncopyable.hpp> 
   41     class SelectedChannel;
 
  122 #endif  // __TERRALIB_SE_INTERNAL_CHANNELSELECTION_H 
Enumerations related to Symbology Enconding module. 
A selected channel to be display. 
SelectedChannel * getRedChannel() const 
SelectedChannel * m_grayChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
SelectedChannel * getBlueChannel() const 
SelectedChannel * m_blueChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
ColorCompositionType getColorCompositionType() const 
ColorCompositionType m_colorCompType
Define the color composition, this is not defined in SE spec. 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
Configuration flags for the Symbology Encoding support of TerraLib. 
ColorCompositionType
Allowed color compositions type. 
SelectedChannel * getGreenChannel() const 
SelectedChannel * m_redChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
SelectedChannel * m_greenChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
SelectedChannel * getGrayChannel() const 
ChannelSelection specifies the false-color channel selection for a multi-spectral raster source (such...