A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-statisticdefinition.html below:

StatisticDefinition Class | ArcGIS Maps SDK for Qt

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() const

Returns whether this StatisticDefinition is empty.

QString StatisticDefinition::onFieldName() const

Returns the name of the field in the table containing values to be used for the statistic.

See also setOnFieldName().

QString StatisticDefinition::outputAlias() const

Returns 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() const

Returns 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