dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
MapFloorInfo Class
Floor-aware maps facilitate visualizing, editing, and analyzing indoor data and they allow for fast navigation of buildings in maps and scenes.
ArcGIS Maps SDK for JavaScript
public class MapFloorInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.MapFloorInfo>
Inheritance System.Object 🡒 MapFloorInfo
Implements System.IEquatable<MapFloorInfo>
Constructors
MapFloorInfo(FacilityLayerInfo, LevelLayerInfo, SiteLayerInfo) Constructor
Floor-aware maps facilitate visualizing, editing, and analyzing indoor data and they allow for fast navigation of buildings in maps and scenes.
ArcGIS Maps SDK for JavaScript
public MapFloorInfo(dymaptic.GeoBlazor.Core.Model.FacilityLayerInfo? FacilityLayer=null, dymaptic.GeoBlazor.Core.Model.LevelLayerInfo? LevelLayer=null, dymaptic.GeoBlazor.Core.Model.SiteLayerInfo? SiteLayer=null);
Parameters
FacilityLayer
FacilityLayerInfo
Contains the facility features of a floor plan, which describe the footprints of managed buildings and other structures.
ArcGIS Maps SDK for JavaScript
LevelLayer
LevelLayerInfo
Contains the level features of a floor plan, which describe the footprint of each occupiable floor contained in a managed facility.
ArcGIS Maps SDK for JavaScript
SiteLayer
SiteLayerInfo
Contains the site features of a floor plan, which describe the boundaries of managed sites and is used for visualization in mapmaking.
ArcGIS Maps SDK for JavaScript
Properties
MapFloorInfo.FacilityLayer Property
Contains the facility features of a floor plan, which describe the footprints of managed buildings and other structures.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.FacilityLayerInfo? FacilityLayer { get; set; }
Property Value
MapFloorInfo.LevelLayer Property
Contains the level features of a floor plan, which describe the footprint of each occupiable floor contained in a managed facility.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.LevelLayerInfo? LevelLayer { get; set; }
Property Value
MapFloorInfo.SiteLayer Property
Contains the site features of a floor plan, which describe the boundaries of managed sites and is used for visualization in mapmaking.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.SiteLayerInfo? SiteLayer { get; set; }