Show / Hide Table of Contents

Class LevelLayerDefinition

Defines the properties of the layer that contains floor levels for a floor-aware Map or Scene.

Inheritance
System.Object
LevelLayerDefinition
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.Floor
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LevelLayerDefinition
Remarks

A floor level describes the footprint of each occupiable floor contained in a managed facility.

Constructors

Name Description
LevelLayerDefinition(String, String, String, String, String, String, String)

Initializes a new instance of the LevelLayerDefinition class with the specified layer id, level id field, level number field, short name field, long name field, vertical order field, and facility id field.

Properties

Name Description
FacilityIdField

Gets the Name of the attribute field that contains each floor level feature's facility identifier (a foreign key to the layer that contains facility features).

LayerId

Gets an Id that specifies a layer in the map or scene that contains facilities. The layer provides access to facility features for floor filtering.

LevelIdField

Gets the Name of the attribute field that contains each floor level feature's unique identifier.

LevelNumberField

Gets the Name of the attribute field that contains each floor level feature's level number specific to its facility.

LongNameField

Gets the Name of the attribute field that contains each floor level feature's long name.

ShortNameField

Gets the Name of the attribute field that contains each floor level feature's short name.

UnknownJson

Gets a collection of unknown data from the source JSON.

UnsupportedJson

Gets a collection of unsupported data from the source JSON.

VerticalOrderField

Gets the Name of the attribute field that contains each floor level feature's vertical order.

Methods

Name Description
FromJson(String)

Converts a JSON string to a LevelLayerDefinition.

ToJson()

Converts this instance to a JSON string.

See Also

GeoModelFloorDefinition

Applies to

TargetVersions
.NET Standard 2.0100.12 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.12 - 200.7
Xamarin.Android100.12 - 100.15
Xamarin.iOS100.12 - 100.15
UWP100.12 - 200.7
In This Article
Back to top Copyright © 2022 Esri.