dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
FacilityLayerInfo Class
The FacilityLayerInfo describes the footprints of managed buildings and other structures.
ArcGIS Maps SDK for JavaScript
public class FacilityLayerInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.FacilityLayerInfo>
Inheritance System.Object 🡒 FacilityLayerInfo
Implements System.IEquatable<FacilityLayerInfo>
Constructors
FacilityLayerInfo(string, string, string, string, Nullable) Constructor
The FacilityLayerInfo describes the footprints of managed buildings and other structures.
ArcGIS Maps SDK for JavaScript
public FacilityLayerInfo(string? FacilityIdField=null, string? LayerId=null, string? NameField=null, string? SiteIdField=null, System.Nullable<long> SublayerId=null);
Parameters
FacilityIdField
System.String
The field name from the layer that defines the facility unique ID for a feature.
ArcGIS Maps SDK for JavaScript
LayerId
System.String
Identifies an operational layer in a map.
ArcGIS Maps SDK for JavaScript
NameField
System.String
The field name from the layer that defines the facility name for a feature.
ArcGIS Maps SDK for JavaScript
SiteIdField
System.String
The field name from the layer that records the unique ID of a feature’s associated site and can be used to identify a feature’s associated site feature in floor-aware maps.
ArcGIS Maps SDK for JavaScript
SublayerId
System.Nullable<System.Int64>
This value references the numeric ID of the sublayer if the Facility layer is a map service sublayer instead of a feature layer.
ArcGIS Maps SDK for JavaScript
Properties
FacilityLayerInfo.FacilityIdField Property
The field name from the layer that defines the facility unique ID for a feature.
ArcGIS Maps SDK for JavaScript
public string? FacilityIdField { get; set; }
Property Value
FacilityLayerInfo.LayerId Property
Identifies an operational layer in a map.
ArcGIS Maps SDK for JavaScript
public string? LayerId { get; set; }
Property Value
FacilityLayerInfo.NameField Property
The field name from the layer that defines the facility name for a feature.
ArcGIS Maps SDK for JavaScript
public string? NameField { get; set; }
Property Value
FacilityLayerInfo.SiteIdField Property
The field name from the layer that records the unique ID of a feature’s associated site and can be used to identify a feature’s associated site feature in floor-aware maps.
ArcGIS Maps SDK for JavaScript
public string? SiteIdField { get; set; }
Property Value
FacilityLayerInfo.SublayerId Property
This value references the numeric ID of the sublayer if the Facility layer is a map service sublayer instead of a feature layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<long> SublayerId { get; set; }