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

Enumerations related to Vector Processing module. More...

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::vp
 Namespace for Vector Processing module of TerraLib.
 

Enumerations

enum  te::vp::BoundariesBetweenBuffers { te::vp::DISSOLVE, te::vp::NOT_DISSOLVE }
 Define the boundaries between buffers. More...
 
enum  te::vp::GeometricOperation {
  te::vp::CONVEX_HULL, te::vp::CENTROID, te::vp::MBR, te::vp::AREA,
  te::vp::LINE, te::vp::PERIMETER
}
 
enum  te::vp::GeometricOpObjStrategy { te::vp::ALL_OBJ, te::vp::AGGREG_OBJ, te::vp::AGGREG_BY_ATTRIBUTE }
 Defines the strategy used for the processing of the input geometries. More...
 
enum  te::vp::GroupingFunctionsType {
  te::vp::MIN_VALUE, te::vp::MAX_VALUE, te::vp::MEAN, te::vp::SUM,
  te::vp::COUNT, te::vp::VALID_COUNT, te::vp::STANDARD_DEVIATION, te::vp::KERNEL,
  te::vp::VARIANCE, te::vp::SKEWNESS, te::vp::KURTOSIS, te::vp::AMPLITUDE,
  te::vp::MEDIAN, te::vp::VAR_COEFF, te::vp::MODE
}
 Define grouping functions type. More...
 
enum  te::vp::MemoryUse { te::vp::WHOLE_MEM, te::vp::PARTIALLY_MEM, te::vp::LOW_MEM }
 Define possible states for memory use. More...
 
enum  te::vp::RuleForBuffer { te::vp::INSIDE_OUTSIDE, te::vp::ONLY_OUTSIDE, te::vp::ONLY_INSIDE }
 

Detailed Description

Enumerations related to Vector Processing module.

Definition in file Enums.h.