BuildingExplorerController class
This class stores state for the BuildingExplorer widget across different
instances of the widget. Get an instance of this class by calling
BuildingExplorer.createController and passing in the relevant ArcGISLocalSceneViewController.
The controller object is used when creating the BuildingExplorer in the widget tree.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshScene(
) → void - Call this function when there has been an update to the scene that requires the BuildingExplorerController to refresh its data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited