BuildingGroupSublayer class final

A group that manages a hierarchy of sublayers.

This is used to group BuildingComponentSublayer into disciplines. This sublayer could contain the components in this group and additional groups.

Inheritance

Properties

canChangeVisibility bool
A flag indicating whether the layer content's visibility can be changed.
no setterinherited
discipline BuildingSublayerDiscipline
The building discipline (such as Architectural, Mechanical, or Structural) that this sublayer represents.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isVisible bool
The layer content's visibility.
getter/setter pairinherited
loadError ArcGISException?
The load error.
no setterinherited
loadStatus LoadStatus
The load status.
no setterinherited
modelName String
The name that identifies the building entity (such as Floors, Ceiling, Casework) that this sublayer represents.
no setterinherited
name String
The layer content's name.
getter/setter pairinherited
onLoadStatusChanged Stream<LoadStatus>
A stream that reports changes to the LoadStatus.
no setterinherited
onSubLayerContentChanged Stream<List<LayerContent>>
Callback invoked when the sublayer content of the layer content have changed.
no setterinherited
opacity double
The opacity of this sublayer.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showInLegend bool
A flag indicating whether the layer content participates in the legend.
getter/setter pairinherited
subLayerContents List<LayerContent>
The sub layer contents of a layer content.
no setterinherited
sublayerId int
The sublayer's layer ID as defined by the scene service.
no setterinherited
sublayers List<BuildingSublayer>
A collection of sublayers.
no setter

Methods

cancelLoad() → void
Cancels loading metadata for the object.
inherited
fetchLegendInfos() Future<List<LegendInfo>>
Fetches the list of legend info.
inherited
isVisibleAtScale(double scale) bool
Returns the layer content's effective visibility at the specified scale.
inherited
load() Future<void>
Loads the metadata for the object asynchronously.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retryLoad() Future<void>
Loads or retries loading metadata for the object asynchronously.
inherited
toString() String
A string representation of this object.
inherited

Operators

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