Table of Contents

Class Polygon

Namespace
Cryville.EEW.Features
Assembly
Cryville.EEW.Features.dll
Represents a polygon.
public record Polygon : PathGeometry, IEquatable<Geometry>, IEquatable<PathGeometry>, IEquatable<Polygon>
Inheritance
Polygon
Implements
Inherited Members

Constructors

Polygon(IEnumerable<IEnumerable<Coordinates>>)

Represents a polygon.
public Polygon(IEnumerable<IEnumerable<Coordinates>> Coordinates)

Parameters

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

Properties

Coordinates

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

Property Value

IEnumerable<IEnumerable<Coordinates>>