BuildingComponentSublayer class final
A sublayer that contains 3D object or point features representing building components like doors, pipes, or AC units.
This sublayer is part of the layer hierarchy of a BuildingSceneLayer either directly or as a member of a BuildingGroupSublayer.
- Inheritance
-
- Object
- BuildingSublayer
- BuildingComponentSublayer
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
- featureTable → FeatureTable?
-
The feature table associated with this component sublayer.
no setter
- 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
- renderer ↔ Renderer?
-
A renderer that specifies how this sublayer is symbolized.
getter/setter pair
- 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
- type → BuildingComponentSublayerType
-
The type of component sublayer.
no setter
Methods
-
cancelLoad(
) → void -
Cancels loading metadata for the object.
inherited
-
clearSelection(
) → void - Updates any selected features in the sublayer to the unselected state.
-
fetchLegendInfos(
) → Future< List< LegendInfo> > -
Fetches the list of legend info.
inherited
-
getSelectedFeatures(
) → Future< FeatureQueryResult> - Provides a collection of feature query results.
-
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
-
selectFeature(
Feature feature) → void - Selects the given feature and adds it to the current collection of selected features.
-
selectFeatures(
List< Feature> features) → void - Selects the features in the provided collection and adds them to the sublayer's current collection of selected features.
-
toString(
) → String -
A string representation of this object.
inherited
-
unselectFeature(
Feature feature) → void - Unselects the given feature and removes it from the current collection of selected features.
-
unselectFeatures(
List< Feature> features) → void - Unselects the features in the given collection and removes them from the sublayer's current collection of selected features.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited