dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

GeoJSONLayerEditsEvent Class

Event result type for the GeoJSONLayer.OnEdits event.

public class GeoJSONLayerEditsEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEvent>

Inheritance System.Object 🡒 GeoJSONLayerEditsEvent

Implements System.IEquatable<GeoJSONLayerEditsEvent>

Constructors

GeoJSONLayerEditsEvent(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) Constructor

Event result type for the GeoJSONLayer.OnEdits event.

public GeoJSONLayerEditsEvent(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEventAddedFeatures>? AddedFeatures=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEventDeletedFeatures>? DeletedFeatures=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEventUpdatedFeatures>? UpdatedFeatures=null);

Parameters

AddedFeatures System.Collections.Generic.IReadOnlyCollection<GeoJSONLayerEditsEventAddedFeatures>

An array of successfully added features.

DeletedFeatures System.Collections.Generic.IReadOnlyCollection<GeoJSONLayerEditsEventDeletedFeatures>

An array of successfully deleted features.

UpdatedFeatures System.Collections.Generic.IReadOnlyCollection<GeoJSONLayerEditsEventUpdatedFeatures>

An array of successfully updated features.

Properties

GeoJSONLayerEditsEvent.AddedFeatures Property

An array of successfully added features.

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEventAddedFeatures>? AddedFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<GeoJSONLayerEditsEventAddedFeatures>

GeoJSONLayerEditsEvent.DeletedFeatures Property

An array of successfully deleted features.

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEventDeletedFeatures>? DeletedFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<GeoJSONLayerEditsEventDeletedFeatures>

GeoJSONLayerEditsEvent.UpdatedFeatures Property

An array of successfully updated features.

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEventUpdatedFeatures>? UpdatedFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<GeoJSONLayerEditsEventUpdatedFeatures>