Table of Contents

Class MultiPolygon

Namespace
Cryville.EEW.Features
Assembly
Cryville.EEW.Features.dll
Represents multiple polygons.
public record MultiPolygon : PathGeometry, IEquatable<Geometry>, IEquatable<PathGeometry>, IEquatable<MultiPolygon>
Inheritance
MultiPolygon
Implements
Inherited Members

Constructors

MultiPolygon(IEnumerable<IEnumerable<IEnumerable<Coordinates>>>)

Represents multiple polygons.
public MultiPolygon(IEnumerable<IEnumerable<IEnumerable<Coordinates>>> Coordinates)

Parameters

Coordinates IEnumerable<IEnumerable<IEnumerable<Coordinates>>>
The coordinates, an array of Coordinates arrays.

Properties

Coordinates

The coordinates, an array of Coordinates arrays.
public IEnumerable<IEnumerable<IEnumerable<Coordinates>>> Coordinates { get; init; }

Property Value

IEnumerable<IEnumerable<IEnumerable<Coordinates>>>