PyGKPedestrians.GKPedestrianODRoute¶
- class GKPedestrianODRoute¶
Class representing a pedestrian route.
Details
The route begins in an entrance centroid and finishes in an exit centroid. The intermediate control points are represented by Decision Nodes
Synopsis¶
Methods¶
def
__init__()def
clearRoute()def
getRoute()def
nextElement()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
- clearRoute()¶
- getRoute()¶
- Return type:
.list of GKGeoObject
- nextElement(anElem)¶
- Parameters:
anElem –
GKGeoObject- Return type:
returns the element after anElem, if any. Otherwise returns NULL the returned element can also be the destination centroid