PyLandUsePlugin.GKDistributionDataSet

class GKDistributionDataSet

Inheritance diagram of PyLandUsePlugin.GKDistributionDataSet

Synopsis

Methods

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:
Return type:

float

getCentroidConfiguration()
Return type:

GKCentroidConfiguration

getCentroidModalSplitFunctions(purpose, carOwnership, period)
Parameters:
Return type:

.std.vectorstd.pairGKCentroid,GKFunctionCost

getDistributionArea(centroid)
Parameters:

centroidGKCentroid

Return type:

GKDistributionCentroidType

getDistributionData(centroid)
Parameters:

centroidGKCentroid

Return type:

CentroidDistributionData

getExternalArea(centroid)
Parameters:

centroidGKCentroid

Return type:

bool

getModalSplitData(centroid)
Parameters:

centroidGKCentroid

Return type:

.list of ModalSplitData

getParkingArea(centroid)
Parameters:

centroidGKCentroid

Return type:

GKParkingCentroidType

getProblemNet()
Return type:

GKProblemNet

getUseParkingAreaCosts(centroid)
Parameters:

centroidGKCentroid

Return type:

bool

removeDistributionData(centroid)
Parameters:

centroidGKCentroid

setAttributeValue(centroid, user, attributeIndex, iValue)
Parameters:
setCentroidConfiguration(iCentroidConfiguration)
Parameters:

iCentroidConfigurationGKCentroidConfiguration

setDistributionArea(centroid, area)
Parameters:
setDistributionData(centroid, iCentroidDistributionData)
Parameters:
setExternalArea(centroid, iValue)
Parameters:
setModalSplitData(centroid, iData)
Parameters:
  • centroidGKCentroid

  • iData – .list of ModalSplitData

setParkingArea(centroid, area)
Parameters:
setProblemNet(pn)
Parameters:

pnGKProblemNet

setUseParkingAreaCosts(centroid, iValue)
Parameters: