26 #ifndef __TERRALIB_RASTER_INTERNAL_ENUMS_H 
   27 #define __TERRALIB_RASTER_INTERNAL_ENUMS_H 
InterpolationMethod
Allowed interpolation methods.
 
@ Bicubic
Bicubic interpolation method.
 
@ UndefInterpMethod
Undefined interpolation method.
 
@ MinInterpolation
Minimum of neighbor pixels following a given window radius.
 
@ Bilinear
Bilinear interpolation method.
 
@ ModeInterpolation
Mean of neighbor pixels following a given window radius.
 
@ MedianInterpolation
Median of neighbor pixels following a given window radius.
 
@ MeanInterpolation
Mean of neighbor pixels following a given window radius.
 
@ MaxInterpolation
Maximum of neighbor pixels following a given window radius.
 
@ NearestNeighbor
Near neighborhood interpolation method.
 
PaletteInterpretation
Palette interpratation types.
 
@ HSLPalInt
HSL indexed palette interpretation.
 
@ GrayPalInt
Gray indexed palette interpretation.
 
@ CMYKPalInt
CMYK indexed palette interpretation.
 
@ UndefPalInt
Undefined palette interpretation.
 
@ RGBPalInt
RGB indexed palette interpretation.
 
SummaryTypes
Types for the BandSummary.
 
@ SUMMARY_MIN
Calculate the min value.
 
@ SUMMARY_ALL
Calculate all the summary types.
 
@ SUMMARY_MAX
Calculate the max value.
 
@ SUMMARY_R_HISTOGRAM
Calculate the histogram for the real part.
 
@ SUMMARY_MEAN
Calculate the mean value.
 
@ SUMMARY_I_HISTOGRAM
Calculate the histogram for the imaginary part.
 
@ SUMMARY_STD
Calculate the standard deviation value.
 
ColorInterp
Color model component use.
 
@ AlphaCInt
Alpha channel color interpretation.
 
@ KeyCInt
Key (black) color interpretation.
 
@ GrayIdxCInt
Index into a lookup table.
 
@ PaletteIdxCInt
Palette indexes color interpretation.
 
@ UndefCInt
No color interpretation is associated with the band.
 
@ LigCInt
Lightness color interpretation.
 
@ HueCInt
Hue channel color interpretation.
 
@ YCInt
YCbCr Y Band color interpretation.
 
@ CrCInt
YCbCr Cr Band color interpretation.
 
@ GreenCInt
Green channel color interpretation.
 
@ RedCInt
Red channel color interpretation.
 
@ CyanCInt
Cyan color interpretation.
 
@ SatCInt
Saturation color interpretation.
 
@ CbCInt
YCbCr Cb Band color interpretation.
 
@ MagentaCInt
Magenta color interpretation.
 
@ YellowCInt
Yellow color interpretation.
 
@ BlueCInt
Blue channel color interpretation.