All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enums.h File Reference

Enumerations for the Raster module. More...

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::rst
 Namespace for the Raster module of TerraLib.
 

Enumerations

enum  te::rst::ColorInterp {
  te::rst::UndefCInt, te::rst::GrayIdxCInt, te::rst::PaletteIdxCInt, te::rst::RedCInt,
  te::rst::GreenCInt, te::rst::BlueCInt, te::rst::AlphaCInt, te::rst::HueCInt,
  te::rst::SatCInt, te::rst::LigCInt, te::rst::CyanCInt, te::rst::MagentaCInt,
  te::rst::YellowCInt, te::rst::KeyCInt, te::rst::YCInt, te::rst::CbCInt,
  te::rst::CrCInt
}
 Color model component use. More...
 
enum  te::rst::InterpolationMethod { te::rst::UndefInterpMethod = 0, te::rst::NearestNeighbor = 1, te::rst::Bilinear = 2, te::rst::Bicubic = 3 }
 Allowed interpolation methods. More...
 
enum  te::rst::PaletteInterpretation {
  te::rst::UndefPalInt, te::rst::GrayPalInt, te::rst::RGBPalInt, te::rst::CMYKPalInt,
  te::rst::HSLPalInt
}
 Palette interpratation types. More...
 
enum  te::rst::SummaryTypes {
  te::rst::SUMMARY_MIN = 1, te::rst::SUMMARY_MAX = 2, te::rst::SUMMARY_STD = 4, te::rst::SUMMARY_MEAN = 8,
  te::rst::SUMMARY_R_HISTOGRAM = 16, te::rst::SUMMARY_I_HISTOGRAM = 32, te::rst::SUMMARY_ALL = 63
}
 Types for the BandSummary. More...
 

Detailed Description

Enumerations for the Raster module.

Definition in file Enums.h.