Enums.h File Reference

Enumerations related to Spatial Analysis module. More...

Go to the source code of this file.

Namespaces

 te
 TerraLib.
 
 te::sa
 Namespace for the TerraLib SA module.
 

Enumerations

enum  te::sa::GeostatisticalMethodType { te::sa::Semivariogram }
 Geostatistical methods for measure of Spatial Variability. More...
 
enum  te::sa::GeostatisticalModelType { te::sa::Spherical , te::sa::Exponential , te::sa::Gaussian }
 Geostatistical models for measure of Spatial Variability. More...
 
enum  te::sa::GPMConstructorStrategyType { te::sa::AdjacencyStrategy , te::sa::DistanceStrategy , te::sa::NearestNeighbor }
 Strategies to construc a GPM. More...
 
enum  te::sa::GPMWeightsStrategyType { te::sa::NoWeightStrategy , te::sa::InverseDistanceStrategy , te::sa::SquaredInverseDistanceStrategy }
 Strategies to calculate the weight for a GPM. More...
 
enum  te::sa::KernelCombinationType {
  te::sa::Ratio , te::sa::Log_Ratio , te::sa::Abs_Difference , te::sa::Relative_Difference ,
  te::sa::Abs_Sum , te::sa::Relative_Sum
}
 Types of kernel combination. More...
 
enum  te::sa::KernelEstimationType { te::sa::Density , te::sa::Spatial_Moving_Average , te::sa::Probability }
 
enum  te::sa::KernelFunctionType {
  te::sa::Quartic , te::sa::Normal , te::sa::Triangular , te::sa::Uniform ,
  te::sa::Negative_Exp
}
 
enum  te::sa::KernelOutputType { te::sa::Grid , te::sa::GridOnArea , te::sa::Attribute }
 Defines the kernel result storage mode. More...
 
enum  te::sa::SamplePointsGeneratorType { te::sa::Random , te::sa::Stratified }
 Generator types used to create sample of points. More...
 
enum  te::sa::SkaterAggregationType { te::sa::Clusters , te::sa::Population , te::sa::Both }
 Skater aggregation types used to partition the spanning tree. More...
 

Detailed Description

Enumerations related to Spatial Analysis module.

Definition in file Enums.h.