dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

VectorTileOrigin Class

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

Inheritance System.Object 🡒 VectorTileOrigin

Derived
↳ GraphicOrigin

Implements System.IEquatable<VectorTileOrigin>

Constructors

VectorTileOrigin(Nullable, string, Nullable) Constructor

public VectorTileOrigin(System.Nullable<System.Guid> LayerId=null, string? ArcGISLayerId=null, System.Nullable<int> LayerIndex=null);

Parameters

LayerId System.Nullable<System.Guid>

GeoBlazor ID for the VectorTileLayer where the graphic originates from.
ArcGIS Maps SDK for JavaScript

ArcGISLayerId System.String

The ArcGIS unique identifier of the style layer in the vector tile style.
ArcGIS Maps SDK for JavaScript

LayerIndex System.Nullable<System.Int32>

The layer index of the style layer in the vector tile style.
ArcGIS Maps SDK for JavaScript

Properties

VectorTileOrigin.ArcGISLayerId Property

The ArcGIS unique identifier of the style layer in the vector tile style.
ArcGIS Maps SDK for JavaScript

public string? ArcGISLayerId { get; set; }

Property Value

System.String

VectorTileOrigin.LayerId Property

GeoBlazor ID for the VectorTileLayer where the graphic originates from.
ArcGIS Maps SDK for JavaScript

public System.Nullable<System.Guid> LayerId { get; set; }

Property Value

System.Nullable<System.Guid>

VectorTileOrigin.LayerIndex Property

The layer index of the style layer in the vector tile style.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> LayerIndex { get; set; }

Property Value

System.Nullable<System.Int32>