dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
LevelLayerInfo Class
The LevelLayerInfo class describes the footprint of each occupiable floor contained in a managed facility.
ArcGIS Maps SDK for JavaScript
public class LevelLayerInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.LevelLayerInfo>
Inheritance System.Object 🡒 LevelLayerInfo
Implements System.IEquatable<LevelLayerInfo>
Constructors
LevelLayerInfo(string, string, string, string, string, string, Nullable, string) Constructor
The LevelLayerInfo class describes the footprint of each occupiable floor contained in a managed facility.
ArcGIS Maps SDK for JavaScript
public LevelLayerInfo(string? FacilityIdField=null, string? LayerId=null, string? LevelIdField=null, string? LevelNumberField=null, string? LongNameField=null, string? ShortNameField=null, System.Nullable<long> SublayerId=null, string? VerticalOrderField=null);
Parameters
FacilityIdField
System.String
The field name from the layer that defines the unique ID of a feature’s associated facility.
ArcGIS Maps SDK for JavaScript
LayerId
System.String
The id for an operational layer in the map.
ArcGIS Maps SDK for JavaScript
LevelIdField
System.String
The field name from the layer that defines a unique ID for the feature.
ArcGIS Maps SDK for JavaScript
LevelNumberField
System.String
The field name from the layer that defines the level floor number in a particular facility.
ArcGIS Maps SDK for JavaScript
LongNameField
System.String
The field name from the layer that defines the level name of a feature.
ArcGIS Maps SDK for JavaScript
ShortNameField
System.String
The field name from the layer that defines the level short name of a feature.
ArcGIS Maps SDK for JavaScript
SublayerId
System.Nullable<System.Int64>
This value references the numeric ID of the sublayer if the Level layer is a map service sublayer instead of a feature layer.
ArcGIS Maps SDK for JavaScript
VerticalOrderField
System.String
The field name from the layer that defines the order of display and reference to floors in the Indoor Positioning System.
ArcGIS Maps SDK for JavaScript
Properties
LevelLayerInfo.FacilityIdField Property
The field name from the layer that defines the unique ID of a feature’s associated facility.
ArcGIS Maps SDK for JavaScript
public string? FacilityIdField { get; set; }
Property Value
LevelLayerInfo.LayerId Property
The id for an operational layer in the map.
ArcGIS Maps SDK for JavaScript
public string? LayerId { get; set; }
Property Value
LevelLayerInfo.LevelIdField Property
The field name from the layer that defines a unique ID for the feature.
ArcGIS Maps SDK for JavaScript
public string? LevelIdField { get; set; }
Property Value
LevelLayerInfo.LevelNumberField Property
The field name from the layer that defines the level floor number in a particular facility.
ArcGIS Maps SDK for JavaScript
public string? LevelNumberField { get; set; }
Property Value
LevelLayerInfo.LongNameField Property
The field name from the layer that defines the level name of a feature.
ArcGIS Maps SDK for JavaScript
public string? LongNameField { get; set; }
Property Value
LevelLayerInfo.ShortNameField Property
The field name from the layer that defines the level short name of a feature.
ArcGIS Maps SDK for JavaScript
public string? ShortNameField { get; set; }
Property Value
LevelLayerInfo.SublayerId Property
This value references the numeric ID of the sublayer if the Level layer is a map service sublayer instead of a feature layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<long> SublayerId { get; set; }
Property Value
LevelLayerInfo.VerticalOrderField Property
The field name from the layer that defines the order of display and reference to floors in the Indoor Positioning System.
ArcGIS Maps SDK for JavaScript
public string? VerticalOrderField { get; set; }