Class is used for storing graph vertex.
More...
|
abstract int | getId () |
| graph vertex unique identifier.
|
|
abstract Point | getPoint () |
| graph vertex position in meters Point.
|
|
abstract String | getName () |
| graph vertex name.
|
|
abstract boolean | getIsExternal () |
| graph vertex can be used to communicate with external graphs or not.
|
|
abstract boolean | getIsElevation () |
| graph vertex used in elevation graph ElevationGraph or not.
|
|
Class is used for storing graph vertex.
Definition at line 16 of file GraphVertex.java.
◆ getId()
abstract int com.navigine.idl.java.GraphVertex.getId |
( |
| ) |
|
|
abstract |
graph vertex unique identifier.
- Returns
◆ getIsElevation()
abstract boolean com.navigine.idl.java.GraphVertex.getIsElevation |
( |
| ) |
|
|
abstract |
◆ getIsExternal()
abstract boolean com.navigine.idl.java.GraphVertex.getIsExternal |
( |
| ) |
|
|
abstract |
graph vertex can be used to communicate with external graphs or not.
- Returns
◆ getName()
abstract String com.navigine.idl.java.GraphVertex.getName |
( |
| ) |
|
|
abstract |
graph vertex name.
- Returns
◆ getPoint()
abstract Point com.navigine.idl.java.GraphVertex.getPoint |
( |
| ) |
|
|
abstract |
graph vertex position in meters Point.
- Returns
The documentation for this class was generated from the following file: