dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

RemoveRingResult Class

Result of the RemoveRing(Polygon, int) method.

public record RemoveRingResult : System.IEquatable<dymaptic.GeoBlazor.Core.Results.RemoveRingResult>

Inheritance System.Object 🡒 RemoveRingResult

Implements System.IEquatable<RemoveRingResult>

Constructors

RemoveRingResult(Polygon, Point[]) Constructor

Result of the RemoveRing(Polygon, int) method.

public RemoveRingResult(dymaptic.GeoBlazor.Core.Components.Geometries.Polygon Polygon, dymaptic.GeoBlazor.Core.Components.Geometries.Point[] Ring);

Parameters

Polygon Polygon

The resulting Polygon after the ring has been removed.

Ring Point[]

The ring that was removed from the polygon.

Properties

RemoveRingResult.Polygon Property

The resulting Polygon after the ring has been removed.

public dymaptic.GeoBlazor.Core.Components.Geometries.Polygon Polygon { get; init; }

Property Value

Polygon

RemoveRingResult.Ring Property

The ring that was removed from the polygon.

public dymaptic.GeoBlazor.Core.Components.Geometries.Point[] Ring { get; init; }

Property Value

Point[]