dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SiteLayerInfo Class

The SiteLayerInfo class describes the boundaries of managed sites and is used for visualizing groups of facilities.
ArcGIS Maps SDK for JavaScript

public class SiteLayerInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SiteLayerInfo>

Inheritance System.Object 🡒 SiteLayerInfo

Implements System.IEquatable<SiteLayerInfo>

Constructors

SiteLayerInfo(string, string, string, Nullable) Constructor

The SiteLayerInfo class describes the boundaries of managed sites and is used for visualizing groups of facilities.
ArcGIS Maps SDK for JavaScript

public SiteLayerInfo(string? LayerId=null, string? NameField=null, string? SiteIdField=null, System.Nullable<long> SublayerId=null);

Parameters

LayerId System.String

The id for an operational layer in a map.
ArcGIS Maps SDK for JavaScript

NameField System.String

The field name from the layer that defines the site name of a feature.
ArcGIS Maps SDK for JavaScript

SiteIdField System.String

The field name from the layer that defines a site unique ID for a feature.
ArcGIS Maps SDK for JavaScript

SublayerId System.Nullable<System.Int64>

This value references the numeric ID of the sublayer if the Site layer is a map service sublayer instead of a feature layer.
ArcGIS Maps SDK for JavaScript

Properties

SiteLayerInfo.LayerId Property

The id for an operational layer in a map.
ArcGIS Maps SDK for JavaScript

public string? LayerId { get; set; }

Property Value

System.String

SiteLayerInfo.NameField Property

The field name from the layer that defines the site name of a feature.
ArcGIS Maps SDK for JavaScript

public string? NameField { get; set; }

Property Value

System.String

SiteLayerInfo.SiteIdField Property

The field name from the layer that defines a site unique ID for a feature.
ArcGIS Maps SDK for JavaScript

public string? SiteIdField { get; set; }

Property Value

System.String

SiteLayerInfo.SublayerId Property

This value references the numeric ID of the sublayer if the Site 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

System.Nullable<System.Int64>