StatisticRecord Class

StatisticRecordIterator."> StatisticRecord Class | ArcGISQtCpp
  • StatisticRecord
  • class Esri::ArcGISRuntime::StatisticRecord

    Represents a value within the StatisticRecordIterator. More...

    Header: #include <StatisticRecord.h>
    Since: Esri::ArcGISRuntime 100.2
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~StatisticRecord() override
    QVariantMap group() const
    QVariantMap statistics() const

    Detailed Description

    Member Function Documentation

    [override virtual] StatisticRecord::~StatisticRecord()

    Destructor.

    QVariantMap StatisticRecord::group() const

    Gets the map of GroupBy fields (if any were specified) and their associated values.

    The map contains QString keys. The value type is variant, and depends on the field type.

    QVariantMap StatisticRecord::statistics() const

    Gets the map of statistics values returned in the query result.

    The map contains QString keys matching the output alias and either double or QString values.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.