PyLandUsePlugin.GKDistributionDataSet¶
- class GKDistributionDataSet¶
-
Synopsis¶
Methods¶
def
__init__()def
getParkingArea()def
getProblemNet()def
setParkingArea()def
setProblemNet()
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__()¶
- getAttributeNames()¶
- Return type:
.list of QString
- getAttributeValue(centroid, user, attributeIndex)¶
- Parameters:
centroid –
GKCentroiduser –
GKUserClassattributeIndex – int
- Return type:
- getCentroidConfiguration()¶
- Return type:
GKCentroidConfiguration
- getCentroidModalSplitFunctions(purpose, carOwnership, period)¶
- Parameters:
purpose –
GKTripPurposecarOwnership – int
period –
GKTimePeriod
- Return type:
.std.vectorstd.pairGKCentroid,GKFunctionCost
- getDistributionArea(centroid)¶
- Parameters:
centroid –
GKCentroid- Return type:
- getDistributionData(centroid)¶
- Parameters:
centroid –
GKCentroid- Return type:
- getExternalArea(centroid)¶
- Parameters:
centroid –
GKCentroid- Return type:
- getModalSplitData(centroid)¶
- Parameters:
centroid –
GKCentroid- Return type:
.list of ModalSplitData
- getParkingArea(centroid)¶
- Parameters:
centroid –
GKCentroid- Return type:
- getProblemNet()¶
- Return type:
GKProblemNet
- getUseParkingAreaCosts(centroid)¶
- Parameters:
centroid –
GKCentroid- Return type:
- removeDistributionData(centroid)¶
- Parameters:
centroid –
GKCentroid
- setAttributeValue(centroid, user, attributeIndex, iValue)¶
- Parameters:
centroid –
GKCentroiduser –
GKUserClassattributeIndex – int
iValue – float
- setCentroidConfiguration(iCentroidConfiguration)¶
- Parameters:
iCentroidConfiguration –
GKCentroidConfiguration
- setDistributionArea(centroid, area)¶
- Parameters:
centroid –
GKCentroidarea –
GKDistributionCentroidType
- setDistributionData(centroid, iCentroidDistributionData)¶
- Parameters:
centroid –
GKCentroidiCentroidDistributionData –
CentroidDistributionData
- setExternalArea(centroid, iValue)¶
- Parameters:
centroid –
GKCentroidiValue – bool
- setModalSplitData(centroid, iData)¶
- Parameters:
centroid –
GKCentroidiData – .list of ModalSplitData
- setParkingArea(centroid, area)¶
- Parameters:
centroid –
GKCentroidarea –
GKParkingCentroidType
- setProblemNet(pn)¶
- Parameters:
pn –
GKProblemNet
- setUseParkingAreaCosts(centroid, iValue)¶
- Parameters:
centroid –
GKCentroidiValue – bool