|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgIRoutingNodeConstRefPtr () | |
| VgIRoutingNodeConstRefPtr (VgIRoutingNode pPointer) | |
| VgIRoutingNodeConstRefPtr (VgIRoutingNodeConstRefPtr pConstRefPtr) | |
| VgIRoutingNodeConstRefPtr | set (VgIRoutingNode pPointer) |
| VgIRoutingNode | __ref__ () |
| VgIRoutingNode | __deref__ () |
| VgIRoutingNode | get () |
| boolean | isValid () |
| boolean | hasPosition () |
| VgPosition | getPosition () |
| boolean | hasRoutePosition () |
| VgPosition | getRoutePosition () |
| boolean | hasPoiID () |
| String | getPoiID () |
| String | getLayerName () |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Static Public Member Functions | |
| static VgIRoutingNodeConstRefPtr | getNull () |
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
| VgIRoutingNodeConstRefPtr.VgIRoutingNodeConstRefPtr | ( | ) |
| VgIRoutingNodeConstRefPtr.VgIRoutingNodeConstRefPtr | ( | VgIRoutingNode | pPointer | ) |
| VgIRoutingNodeConstRefPtr.VgIRoutingNodeConstRefPtr | ( | VgIRoutingNodeConstRefPtr | pConstRefPtr | ) |
| VgIRoutingNode VgIRoutingNodeConstRefPtr.__deref__ | ( | ) |
| VgIRoutingNode VgIRoutingNodeConstRefPtr.__ref__ | ( | ) |
| VgIRoutingNode VgIRoutingNodeConstRefPtr.get | ( | ) |
| String VgIRoutingNodeConstRefPtr.getLayerName | ( | ) |
Allows to query routing node layername
| int VgIRoutingNodeConstRefPtr.getNbReferences | ( | ) |
|
static |
| String VgIRoutingNodeConstRefPtr.getPoiID | ( | ) |
Allows to query routing node poiID, assumes hasPoiID returns true.
| VgPosition VgIRoutingNodeConstRefPtr.getPosition | ( | ) |
Allows to query the position with which the VgIRoutingNode was created.
| VgPosition VgIRoutingNodeConstRefPtr.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 VgIRoutingNodeConstRefPtr.hasPoiID | ( | ) |
Allows to query if the routing node has a known location
| boolean VgIRoutingNodeConstRefPtr.hasPosition | ( | ) |
Allows to query the position with which the VgIRoutingNode was created.
| boolean VgIRoutingNodeConstRefPtr.hasRoutePosition | ( | ) |
Allows to query the position of the routing node on the network
| boolean VgIRoutingNodeConstRefPtr.isValid | ( | ) |
| void VgIRoutingNodeConstRefPtr.ref | ( | ) |
| VgIRoutingNodeConstRefPtr VgIRoutingNodeConstRefPtr.set | ( | VgIRoutingNode | pPointer | ) |
| int VgIRoutingNodeConstRefPtr.unref | ( | ) |