Loading...
Searching...
No Matches
GraphVertex Class Referenceabstract

Class is used for storing graph vertex. More...

Inherits Finalizable.

Public Attributes

int get id
 graph vertex unique identifier.
 
Point get point
 graph vertex position in meters Point.
 
String get name
 graph vertex name.
 
bool get isExternal
 graph vertex can be used to communicate with external graphs or not.
 
bool get isElevation
 graph vertex used in elevation graph ElevationGraph or not.
 

Detailed Description

Class is used for storing graph vertex.

Definition at line 19 of file graph_vertex.dart.

Member Data Documentation

◆ id

int get GraphVertex.id

graph vertex unique identifier.

Definition at line 25 of file graph_vertex.dart.

◆ isElevation

bool get GraphVertex.isElevation

graph vertex used in elevation graph ElevationGraph or not.

Definition at line 41 of file graph_vertex.dart.

◆ isExternal

bool get GraphVertex.isExternal

graph vertex can be used to communicate with external graphs or not.

Definition at line 37 of file graph_vertex.dart.

◆ name

String get GraphVertex.name

graph vertex name.

Definition at line 33 of file graph_vertex.dart.

◆ point

Point get GraphVertex.point

graph vertex position in meters Point.

Definition at line 29 of file graph_vertex.dart.


The documentation for this class was generated from the following file: