Summary statistics for an individual attribute field in a BuildingSceneLayer. More...
| Header | #include <Building |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| QString | attribute |
| QString | field |
| double | max |
| double | min |
| QString | most |
| QList | sublayer |
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.