Represents a type used for defining a statistic to be queried for in the table. More...
Member Function Documentation StatisticDefinition::StatisticDefinition()Default Constructor. Create an empty StatisticDefinition instance.
StatisticDefinition::StatisticDefinition(const QString &onFieldName, Esri::ArcGISRuntime::StatisticType statisticType, const QString &outputAlias)Creates a statistic definition, with a field name (onFieldName), a statistic type (statisticType), and a name for the output statistic result (outputAlias).
StatisticDefinition::StatisticDefinition(const Esri::ArcGISRuntime::StatisticDefinition &other)Copy constructor from other StatisticDefinition.
[noexcept]
StatisticDefinition::StatisticDefinition(Esri::ArcGISRuntime::StatisticDefinition &&other)
Move constructor from other StatisticDefinition.
[noexcept]
StatisticDefinition::~StatisticDefinition()
Destructor
void StatisticDefinition::clear()Clears this StatisticDefinition and sets back to empty.
bool StatisticDefinition::isEmpty() constReturns whether this StatisticDefinition is empty.
QString StatisticDefinition::onFieldName() constReturns the name of the field in the table containing values to be used for the statistic.
See also setOnFieldName().
QString StatisticDefinition::outputAlias() constReturns the optional name for this statistic in the results.
See also setOutputAlias().
void StatisticDefinition::setOnFieldName(const QString &onFieldName)Sets the name of the field (onFieldName) in the table containing values to be used for the statistic.
See also onFieldName().
void StatisticDefinition::setOutputAlias(const QString &outputAlias)Sets the optional name (outputAlias) for this statistic in the results.
See also outputAlias().
void StatisticDefinition::setStatisticType(Esri::ArcGISRuntime::StatisticType statisticType)Sets the statistic (statisticType) to calculate.
See also statisticType() and StatisticType.
Esri::ArcGISRuntime::StatisticType StatisticDefinition::statisticType() constReturns the statistic to calculate.
See also setStatisticType() and StatisticType.
[noexcept]
Esri::ArcGISRuntime::StatisticDefinition &StatisticDefinition::operator=(Esri::ArcGISRuntime::StatisticDefinition &&other)
Move operator from other StatisticDefinition.
Esri::ArcGISRuntime::StatisticDefinition &StatisticDefinition::operator=(const Esri::ArcGISRuntime::StatisticDefinition &other)Assignment operator from other StatisticDefinition.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4