Inheritance diagram for com.navigine.idl.java.internal.ElevationGraphBinding:Public Member Functions | |
| native boolean | isValid () |
| ArrayList< GraphEdge > | getEdges () |
| List of edges that connect two sublocations GraphEdge. | |
Definition at line 12 of file ElevationGraphBinding.java.
|
inline |
List of edges that connect two sublocations GraphEdge.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.ElevationGraph.
Definition at line 27 of file ElevationGraphBinding.java.
| native boolean com.navigine.idl.java.internal.ElevationGraphBinding.isValid | ( | ) |
Tells if this ElevationGraph is valid or not. Any other method (except for this one) called on an invalid ElevationGraph will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.ElevationGraph.