dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

GeoJSONLayerApplyEditsEdits Class

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

Inheritance System.Object 🡒 GeoJSONLayerApplyEditsEdits

Implements System.IEquatable<GeoJSONLayerApplyEditsEdits>

Constructors

GeoJSONLayerApplyEditsEdits(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) Constructor

public GeoJSONLayerApplyEditsEdits(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? AddFeatures=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? GraphicCollectionDeleteFeatures=null, System.Collections.Generic.IReadOnlyCollection<string>? StringCollectionDeleteFeatures=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? UpdateFeatures=null);

Parameters

AddFeatures System.Collections.Generic.IReadOnlyCollection<Graphic>

An array or a collection of features to be added.
ArcGIS Maps SDK for JavaScript

GraphicCollectionDeleteFeatures System.Collections.Generic.IReadOnlyCollection<Graphic>

An array or a collection of features, or objects to be deleted.
ArcGIS Maps SDK for JavaScript

StringCollectionDeleteFeatures System.Collections.Generic.IReadOnlyCollection<System.String>

An array or a collection of features, or objects to be deleted.
ArcGIS Maps SDK for JavaScript

UpdateFeatures System.Collections.Generic.IReadOnlyCollection<Graphic>

An array or a collection of features to be updated.
ArcGIS Maps SDK for JavaScript

Properties

GeoJSONLayerApplyEditsEdits.AddFeatures Property

An array or a collection of features to be added.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? AddFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<Graphic>

GeoJSONLayerApplyEditsEdits.GraphicCollectionDeleteFeatures Property

An array or a collection of features, or objects to be deleted.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? GraphicCollectionDeleteFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<Graphic>

GeoJSONLayerApplyEditsEdits.StringCollectionDeleteFeatures Property

An array or a collection of features, or objects to be deleted.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<string>? StringCollectionDeleteFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.String>

GeoJSONLayerApplyEditsEdits.UpdateFeatures Property

An array or a collection of features to be updated.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? UpdateFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<Graphic>