LinearRing class abstract final

A sequence of four or more vertices, with all points along the linearly-interpolated curves (line segments) between each pair of consecutive vertices. A ring must have either 0, 4 or more points. The first and last points of the ring must be in the same position. The ring must not intersect with itself.

Implemented types

Constructors

LinearRing(List<Point> points)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
points List<Point>
The list of points to connect.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant LinearRing other) bool
The equality operator.
override