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
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.
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
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
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
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; }