BuildingSceneLayerAttributeStatistics class final

Summary statistics for an individual attribute field in a BuildingSceneLayer.

Implemented types

Properties

attributeModelName → String
A specific category for the field.
no setter
fieldName → String
The name of the field.
no setter
hashCode → int
The hash code for this object.
no setterinherited
maxValue → double
The maximum value for the field, if applicable.
no setter
minValue → double
The minimum value for the field, if applicable.
no setter
mostFrequentValues → List<String>
The most frequently used values of this field, if applicable.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sublayerIds → List<int>
The collection of sublayer IDs of each BuildingSublayer where this field may be found.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited