PyLandUsePlugin.GKParkingCentroidType¶
- class GKParkingCentroidType¶
An object to classify centroids
Synopsis¶
Methods¶
def
__init__()def
getParkingCost()def
setParkingCost()
Static functions¶
def
isEligibleUser()
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
- PyLandUsePlugin.GKParkingCentroidType.SLOTS_INF_VALUE¶
- __init__()¶
- getParkingCost(iUser)¶
- Parameters:
iUser –
GKUserClass- Return type:
- getParkingSearchTime(iUser)¶
- Parameters:
iUser –
GKUserClass- Return type:
- getParkingSlots(iUser)¶
- Parameters:
iUser –
GKUserClass- Return type:
- static isEligibleUser(iUser)¶
- Parameters:
iUser –
GKUserClass- Return type:
- setParkingCost(iUser, iValue)¶
- Parameters:
iUser –
GKUserClassiValue – float
- setParkingSearchTime(iUser, iValue)¶
- Parameters:
iUser –
GKUserClassiValue – float
- setParkingSlots(iUser, iValue)¶
- Parameters:
iUser –
GKUserClassiValue – int