Inheritance diagram for com.navigine.idl.java.internal.GraphVertexBinding:Public Member Functions | |
| native boolean | isValid () |
| int | getId () |
| graph vertex unique identifier. | |
| Point | getPoint () |
| graph vertex position in meters Point. | |
| String | getName () |
| graph vertex name. | |
| boolean | getIsExternal () |
| graph vertex can be used to communicate with external graphs or not. | |
| boolean | getIsElevation () |
| graph vertex used in elevation graph ElevationGraph or not. | |
Definition at line 11 of file GraphVertexBinding.java.
|
inline |
graph vertex unique identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.GraphVertex.
Definition at line 26 of file GraphVertexBinding.java.
|
inline |
graph vertex used in elevation graph ElevationGraph or not.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.GraphVertex.
Definition at line 54 of file GraphVertexBinding.java.
|
inline |
graph vertex can be used to communicate with external graphs or not.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.GraphVertex.
Definition at line 47 of file GraphVertexBinding.java.
|
inline |
graph vertex name.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.GraphVertex.
Definition at line 40 of file GraphVertexBinding.java.
|
inline |
graph vertex position in meters Point.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.GraphVertex.
Definition at line 33 of file GraphVertexBinding.java.
| native boolean com.navigine.idl.java.internal.GraphVertexBinding.isValid | ( | ) |
Tells if this GraphVertex is valid or not. Any other method (except for this one) called on an invalid GraphVertex will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.GraphVertex.