Skip to content
  • BuildingSceneLayerAttributeStatistics
  • class Esri::ArcGISRuntime::BuildingSceneLayerAttributeStatistics

    Summary statistics for an individual attribute field in a BuildingSceneLayer. More...

    Header: #include <BuildingSceneLayerAttributeStatistics.h>
    Since: Esri::ArcGISRuntime 300.0
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~BuildingSceneLayerAttributeStatistics() override
    QString attributeModelName() const
    QString fieldName() const
    double maxValue() const
    double minValue() const
    QStringList mostFrequentValues() const
    QList<int> sublayerIds() const

    Detailed Description

    Member Function Documentation

    [override virtual noexcept] BuildingSceneLayerAttributeStatistics::~BuildingSceneLayerAttributeStatistics()

    Destructor.

    QString BuildingSceneLayerAttributeStatistics::attributeModelName() const

    Returns a specific category for the field.

    User-defined categories are "custom".

    QString BuildingSceneLayerAttributeStatistics::fieldName() const

    Returns the name of the field.

    double BuildingSceneLayerAttributeStatistics::maxValue() const

    Returns the maximum value for the field, if applicable.

    Only numeric fields contain a valid value for this property. The value is NaN if a value is not set.

    double BuildingSceneLayerAttributeStatistics::minValue() const

    Returns the minimum value for the field, if applicable.

    Only numeric fields contain a valid value for this property. The value is NaN if a value is not set.

    QStringList BuildingSceneLayerAttributeStatistics::mostFrequentValues() const

    Returns the most frequently used values of this field, if applicable.

    This collection is truncated to 256 entries. All field types are represented as String if they exist. Some floating-point attributes may not contain values for this property.

    QList<int> BuildingSceneLayerAttributeStatistics::sublayerIds() const

    Returns the collection of sublayer IDs of each BuildingSublayer where this field may be found.

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