26 #ifndef __TERRALIB_STATISTICAL_CORE_INTERNAL_UTILS_H 
   27 #define __TERRALIB_STATISTICAL_CORE_INTERNAL_UTILS_H 
   30 #include "../../maptools/DataSetLayer.h" 
   88 #endif  // __TERRALIB_STATISTICAL_CORE_INTERNAL_UTILS_H 
TESTATEXPORT std::vector< double > GetNumericData(te::da::DataSet *dataSet, const std::string propName)
Returns the values of a numeric type property in a vector of values. 
 
TESTATEXPORT std::string GetStatSummaryFullName(const int &e)
Get the statistical parameter full name ffrom its enumerator. 
 
TESTATEXPORT std::vector< std::string > GetStringData(te::da::DataSet *dataSet, const std::string propName)
Returns the values of a string type property in a vector of values. 
 
Enumerations related to Vector Processing module. 
 
#define TESTATEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
TESTATEXPORT std::string GetStatSummaryShortName(const int &e)
Get the statistical parameter short name from its enumerator. 
 
Configuration flags for the Terrralib Statistic module.