VoidRouteAttribute class
Контейнер, который описывает точечный атрибут маршрута. Каждый элемент хранится в виде точки на маршруте, в которой этот элемент расположен и значения самого элемента.
- Implemented types
Properties
-
entries
→ List<
RoutePoint> -
Все элементы.
no setter
- first → RoutePoint?
-
Первый элемент.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isEmpty → bool
-
Элементы отсутствуют.
no setter
- last → RoutePoint?
-
Последний элемент.
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< RoutePoint> - Элементы, попадающие в отрезок [begin, end).
-
findNearBackward(
RoutePoint point) → RoutePoint? - Найти ближайший элемент, позиция которого < = point.
-
findNearForward(
RoutePoint point) → RoutePoint? - Найти ближайший элемент, позиция которого >= point.
-
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