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 * getBlueChannel() const
 
SelectedChannel * getGreenChannel() 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 * m_blueChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
 
ColorCompositionType m_colorCompType
Define the color composition, this is not defined in SE spec. 
 
ColorCompositionType getColorCompositionType() const
 
#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 * m_redChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
 
SelectedChannel * getRedChannel() const
 
SelectedChannel * getGrayChannel() const
 
SelectedChannel * m_greenChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
 
ChannelSelection specifies the false-color channel selection for a multi-spectral raster source (such...