GraphVertex class abstract
Class is used for storing graph vertex.
- Implemented types
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
graph vertex unique identifier.
no setter
- isElevation → bool
-
graph vertex used in elevation graph ElevationGraph or not.
no setter
- isExternal → bool
-
graph vertex can be used to communicate with external graphs or not.
no setter
- name → String
-
graph vertex name.
no setter
- point → Point
-
graph vertex position in meters Point.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited