20 #ifndef __TERRALIB_RP_INTERNAL_BLENDER_TYPE_DEFS_H 
   21 #define __TERRALIB_RP_INTERNAL_BLENDER_TYPE_DEFS_H 
@ EuclideanDistanceMethod
Euclidean distance method.
 
@ InvalidBlendMethod
Invalid blending method.
 
@ MaxMethod
Keep the maximum value of two overlapping pixels.
 
@ MinMethod
Keep the minimum value of two overlapping pixels.
 
@ SumMethod
Pixels will be summed inside the raster overlapped area.
 
@ RuleMethod
Rule based (this implies in a valid rules pointer given in the initialize method).
 
@ NoBlendMethod
No blending performed.
 
Proxy configuration file for TerraView (see terraview_config.h).