27#ifndef __TERRALIB_VP_ENUMS_H 
   28#define __TERRALIB_VP_ENUMS_H 
@ ONLY_OUTSIDE
The buffer is generated only outside of the polygons.
 
@ INSIDE_OUTSIDE
The buffer is generated Inside and outside of the polygons.
 
@ ONLY_INSIDE
The buffer is generated only inside of the polygons.
 
GroupingFunctionsType
Define grouping functions type.
 
@ MAX_VALUE
Maximum value.
 
@ COUNT
Total number of values.
 
@ VAR_COEFF
Coefficient variation.
 
@ MIN_VALUE
Minimum value.
 
@ VALID_COUNT
Total not null values.
 
@ STANDARD_DEVIATION
Standard deviation.
 
GeometricOpObjStrategy
Defines the strategy used for the processing of the input geometries.
 
@ AGGREG_OBJ
Aggregate all objects.
 
@ ALL_OBJ
All objects individually.
 
@ AGGREG_BY_ATTRIBUTE
Aggregate objects by attribute.
 
@ PERIMETER
The geographic operation Perimeter.
 
@ CONVEX_HULL
The geographic operation Convex Hull.
 
@ MBR
The geographic operation Minimum Bounding Rectangle.
 
@ CENTROID
The geographic operation Centroid.
 
@ AREA
The geographic operation Area.
 
@ LINE
The geographic operation Line.
 
BoundariesBetweenBuffers
Define the boundaries between buffers.
 
@ DISSOLVE
The boundaries between buffers will be dissolved.
 
@ NOT_DISSOLVE
The boundaries between buffers will not be dissolved.
 
MemoryUse
Define possible states for memory use.
 
@ PARTIALLY_MEM
Partially memory use.
 
@ WHOLE_MEM
Whole memory use.