Classes | |
| class | Module |
| This singleton defines the TerraLib Attribute Fill module entry. More... | |
| class | RasterToVector |
| class | RasterToVectorDialog |
| class | VectorToRaster |
| class | VectorToRasterDialog |
| class | VectorToVectorDialog |
| class | VectorToVectorMemory |
| class | VectorToVectorOp |
Enumerations | |
| enum | OperationType { VALUE, MIN_VALUE, MAX_VALUE, MEAN, SUM, COUNT, VALID_COUNT, STANDARD_DEVIATION, VARIANCE, SKEWNESS, KURTOSIS, AMPLITUDE, MEDIAN, VAR_COEFF, MODE, HIGHEST_OCCURRENCE, HIGHEST_INTERSECTION, PERCENT_CLASS, MIN_DISTANCE, PRESENCE, WEIGHTED, WEIGHTED_SUM, PERCENT_EACH_CLASS, PERCENT_TOTAL_AREA } |
| Define grouping operations type. More... | |
Functions | |
| TEATTRIBUTEFILLEXPORT std::string | GetOperationFullName (const int &e) |
Define grouping operations type.
| std::string te::attributefill::GetOperationFullName | ( | const int & | e | ) |
Definition at line 32 of file Utils.cpp.
References AMPLITUDE, COUNT, HIGHEST_INTERSECTION, HIGHEST_OCCURRENCE, KURTOSIS, MAX_VALUE, MEAN, MEDIAN, MIN_DISTANCE, MIN_VALUE, MODE, PERCENT_CLASS, PERCENT_EACH_CLASS, PERCENT_TOTAL_AREA, PRESENCE, SKEWNESS, STANDARD_DEVIATION, SUM, VALID_COUNT, VALUE, VAR_COEFF, VARIANCE, WEIGHTED, and WEIGHTED_SUM.
Referenced by te::attributefill::VectorToVectorDialog::setFunctionsByLayer(), and te::attributefill::VectorToVectorDialog::setStatisticalSummary().