GraphVertex$Impl class

Implemented types

Constructors

GraphVertex$Impl(Pointer<Void> handle)

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
@brief graph vertex unique identifier.
no setteroverride
isElevation bool
@brief graph vertex used in elevation graph @see ElevationGraph "ElevationGraph" or not.
no setteroverride
isExternal bool
@brief graph vertex can be used to communicate with external graphs or not.
no setteroverride
name String
@brief graph vertex name.
no setteroverride
point Point
@brief graph vertex position in meters @see Point "Point".
no setteroverride
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