VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
boolean | hasPosition () |
VgPosition | getPosition () |
boolean | hasRoutePosition () |
VgPosition | getRoutePosition () |
boolean | hasPoiID () |
String | getPoiID () |
String | getLayerName () |
![]() | |
synchronized void | release () |
VgReferenced () | |
VgReferenced (VgReferenced pThis) | |
void | ref () |
int | unref () |
int | getNbReferences () |
This class is an opaque pointer class to routing nodes from the routing module. You can't instanciate this class, only the routing module can. To get an instance of routing node you can call VgIRoutingSolver::getRoutingNode
String VgIRoutingNode.getLayerName | ( | ) |
Allows to query routing node layername
String VgIRoutingNode.getPoiID | ( | ) |
Allows to query routing node poiID, assumes hasPoiID returns true.
VgPosition VgIRoutingNode.getPosition | ( | ) |
Allows to query the position with which the VgIRoutingNode was created.
VgPosition VgIRoutingNode.getRoutePosition | ( | ) |
Allows to query routing node's position. This position is on the routing network, and might not be the same as was used to get the routing node. The altitude is 0, and the SRS will be the Scene SRS.
boolean VgIRoutingNode.hasPoiID | ( | ) |
Allows to query if the routing node has a known location
boolean VgIRoutingNode.hasPosition | ( | ) |
Allows to query the position with which the VgIRoutingNode was created.
boolean VgIRoutingNode.hasRoutePosition | ( | ) |
Allows to query the position of the routing node on the network