26 #ifndef __TERRALIB_STATISTICAL_CORE_INTERNAL_SUMMARYFUNCTIONS_H 
   27 #define __TERRALIB_STATISTICAL_CORE_INTERNAL_SUMMARYFUNCTIONS_H 
   42   namespace da { 
class DataSource; }
 
   92                                                   bool fullIntersection = 
true);
 
  120                                                        const std::string& propName,
 
  132                                                         const std::string& propName,
 
  138 #endif  // __TERRALIB_STATISTICAL_CORE_INTERNAL_SUMMARYFUNCTIONS_H 
TESTATEXPORT void GetNumericStatisticalSummaryQuery(const std::string &inDataset, te::da::DataSource *inDatasource, const std::string &propName, te::stat::NumericStatisticalSummary &ss)
 
A structure to hold the set of statistics from a set of numerical values. 
 
TESTATEXPORT void GetStringStatisticalSummaryQuery(const std::string &inDataset, te::da::DataSource *inDatasource, const std::string &propName, te::stat::StringStatisticalSummary &ss)
 
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
 
TESTATEXPORT void GetStringStatisticalSummary(std::vector< std::string > &values, te::stat::StringStatisticalSummary &ss)
 
TESTATEXPORT void GetNumericStatisticalSummary(std::vector< double > &values, te::stat::NumericStatisticalSummary &ss, double nullVal)
 
TESTATEXPORT void GetPercentOfEachClassByArea(std::vector< double > &values, double &resolutionX, double &resolutionY, double &area, te::stat::NumericStatisticalSummary &ss, bool fullIntersection=true)
 
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 structure to hold the set of statistics from a set of categorical (sample) values. 
 
TESTATEXPORT void Mode(const std::vector< double > &values, te::stat::NumericStatisticalSummary &ss)
 
Configuration flags for the Terrralib Statistic module.