Table of Contents

Class LineString

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

Constructors

LineString(IEnumerable<Coordinates>)

Represents a line.
public LineString(IEnumerable<Coordinates> Coordinates)

Parameters

Coordinates IEnumerable<Coordinates>
The coordinates, an array of two or more positions.

Properties

Coordinates

The coordinates, an array of two or more positions.
public IEnumerable<Coordinates> Coordinates { get; init; }

Property Value

IEnumerable<Coordinates>