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 record 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; init; }
Property Value
LevelLayerInfo.LayerId Property
The id for an operational layer in the map. ArcGIS Maps SDK for JavaScript
public string? LayerId { get; init; }
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; init; }
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; init; }
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; init; }
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; init; }
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; init; }
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; init; }