StringRouteLongAttribute class

Контейнер, который хранит протяженный атрибут маршрута. Каждый элемент хранится в виде пары, состоящей из точки и значения элемента атрибута. Действие атрибута начинается с данной точки и заканчивается в следущей точке, начиная с которой начинается действие атрибута следующего элемента.

Implemented types

Properties

entries List<StringRouteLongEntry>
Все элементы.
no setter
first StringRouteLongEntry?
Первый элемент.
no setter
hashCode int
The hash code for this object.
no setteroverride
isEmpty bool
Элементы отсутствуют.
no setter
last StringRouteLongEntry?
Последний элемент.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Количество элементов.
no setter

Methods

entriesInRange(RoutePoint begin, RoutePoint end) List<StringRouteLongEntry>
Элементы, частично или полностью покрываемые отрезком begin, end.
entry(RoutePoint point) StringRouteLongEntry?
Элемент, в который попадает заданная точка.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override