dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

GraphicOrigin Class

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

Inheritance System.Object 🡒 VectorTileOrigin 🡒 GraphicOrigin

Implements System.IEquatable<GraphicOrigin>

Constructors

GraphicOrigin(Nullable, string, Nullable) Constructor

public GraphicOrigin(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