layout: default title: EditedFeatures parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

EditedFeatures Class

The edited features of an EditedFeatureResult

public class EditedFeatures :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.EditedFeatures>

Inheritance System.Object 🡒 EditedFeatures

Implements System.IEquatable<EditedFeatures>

Constructors

EditedFeatures(Graphic[], EditedFeatureUpdate[], Graphic[], SpatialReference) Constructor

The edited features of an EditedFeatureResult

public EditedFeatures(dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Adds, dymaptic.GeoBlazor.Core.Components.Layers.EditedFeatureUpdate[] Updates, dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Deletes, dymaptic.GeoBlazor.Core.Components.Geometries.SpatialReference SpatialReference);

Parameters

Adds Graphic[]

Newly added features as a result of editing a feature that participates in a composite relationship.

Updates EditedFeatureUpdate[]

Object containing original and updated features as a result of editing a feature that participates in a composite relationship.

Deletes Graphic[]

Deleted features as a result of editing a feature that participates in a composite relationship.

SpatialReference SpatialReference

Edited features are returned in the spatial reference of the feature service.

Properties

EditedFeatures.Adds Property

Newly added features as a result of editing a feature that participates in a composite relationship.

public dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Adds { get; set; }

Property Value

Graphic[]

EditedFeatures.Deletes Property

Deleted features as a result of editing a feature that participates in a composite relationship.

public dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] Deletes { get; set; }

Property Value

Graphic[]

EditedFeatures.SpatialReference Property

Edited features are returned in the spatial reference of the feature service.

public dymaptic.GeoBlazor.Core.Components.Geometries.SpatialReference SpatialReference { get; set; }

Property Value

SpatialReference

EditedFeatures.Updates Property

Object containing original and updated features as a result of editing a feature that participates in a composite relationship.

public dymaptic.GeoBlazor.Core.Components.Layers.EditedFeatureUpdate[] Updates { get; set; }

Property Value

EditedFeatureUpdate[]