Utility functions for Statistics. More...
#include "../../maptools/DataSetLayer.h"
#include "Config.h"
#include "Enums.h"
#include <list>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
te | |
TerraLib. | |
te::stat | |
This is the namespace for the Statistics module. | |
Functions | |
TESTATEXPORT std::vector< double > | te::stat::GetNumericData (te::da::DataSet *dataSet, const std::string propName) |
Returns the values of a numeric type property in a vector of values. More... | |
TESTATEXPORT std::string | te::stat::GetStatSummaryFullName (const int &e) |
Get the statistical parameter full name ffrom its enumerator. More... | |
TESTATEXPORT std::string | te::stat::GetStatSummaryShortName (const int &e) |
Get the statistical parameter short name from its enumerator. More... | |
TESTATEXPORT std::vector< std::string > | te::stat::GetStringData (te::da::DataSet *dataSet, const std::string propName) |
Returns the values of a string type property in a vector of values. More... | |
Utility functions for Statistics.
Definition in file Utils.h.