Uses of Class
org.goplanit.path.OdPathSets
-
Packages that use OdPathSets Package Description org.goplanit.path PLANit path classesorg.goplanit.project PLANit project classes -
-
Uses of OdPathSets in org.goplanit.path
Methods in org.goplanit.path that return OdPathSets Modifier and Type Method Description OdPathSets
OdPathSets. clone()
Create a shallow copy of this entityConstructors in org.goplanit.path with parameters of type OdPathSets Constructor Description OdPathSets(OdPathSets other)
Constructor -
Uses of OdPathSets in org.goplanit.project
Methods in org.goplanit.project that return OdPathSets Modifier and Type Method Description OdPathSets
CustomPlanItProject. createAndRegisterOdPathSets(TransportLayer networkLayer, Zoning zoning, String odPathSetInputPath)
Create and register the OD path sets as populated by the input builder through the path sourceOdPathSets
PlanItProjectInput. createAndRegisterOdPathSets(TransportLayer networkLayer, Zoning zoning, String odPathSetInputPath)
Create and register the OD path sets on the project input
-