Class FloorManager
Manages the data displayed by a floor-aware map or scene, allowing filtering based on floor levels.
Inheritance
Namespace: Esri.ArcGISRuntime.Mapping.Floor
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FloorManager : ILoadable, INotifyPropertyChanged
Remarks
A FloorManager must be loaded before you can access its site, facility, and level properties.
When a map's floor manager is loaded, floor-aware layers display only data associated with the ground floor by default. When a scene's floor manager is loaded, floor-aware layers display data from all floors by default. You can filter the data displayed by floor-aware layers by toggling the IsVisible property of levels in the floor manager.
The FloorManager will fail to load if:
- The map/scene associated with the floor manager is not floor-aware.
- The mandatory facility or level layer does not exist.
- It is unable to get the facilities or levels from their respective layers.
- It is unable to get the sites from a specified site layer.
Properties
Name | Description |
---|---|
Facilities | Gets the facilities in the floor-aware map or scene. These are obtained from FacilityLayer. |
FacilityLayer | Gets the Layer containing features that represent facilities. |
LevelLayer | Gets the Layer containing features that represent floor levels. |
Levels | Gets the floor levels in the floor-aware map or scene. These are obtained from LevelLayer. |
LoadError | Gets the System.Exception associated with the last load error. |
LoadStatus | Gets the load status. |
SiteLayer | Gets the Layer containing features that sites. |
Sites | Gets the sites in the floor-aware map or scene. These are obtained from SiteLayer and are sorted based on name. |
Methods
Name | Description |
---|---|
CancelLoad() | Cancel loading metadata for the object. |
LoadAsync() | Load the metadata for the object asynchronously. |
RetryLoadAsync() | Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
LoadStatusChanged | Event that is raised when the LoadStatus property changes. |
PropertyChanged |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.12 - 200.5 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.5 |