Uses of Class
org.planit.network.macroscopic.MacroscopicNetwork
-
Packages that use MacroscopicNetwork Package Description org.planit.io.demands Classes used to process the Java classes generated from XSD filesorg.planit.io.input Classes to read files in PlanIt's XML formatorg.planit.io.network.converter org.planit.io.project Simple implementations of CustomPlanItProject -
-
Uses of MacroscopicNetwork in org.planit.io.demands
Methods in org.planit.io.demands with parameters of type MacroscopicNetwork Modifier and Type Method Description protected void
PlanitDemandsReader. populateDemandConfiguration(MacroscopicNetwork network, Map<String,Mode> sourceIdModeMap)
Sets up all the configuration data from the XML demands filevoid
PlanitDemandsReader. read(MacroscopicNetwork network, Zoning zoning, Map<String,Mode> xmlIdModeMap, Map<String,Zone> xmlIdZoneMap)
parse the Xml and populate the demands memory model -
Uses of MacroscopicNetwork in org.planit.io.input
Methods in org.planit.io.input with parameters of type MacroscopicNetwork Modifier and Type Method Description protected void
PlanItInputBuilder. populateMacroscopicNetwork(MacroscopicNetwork network)
Creates the macroscopic network object from the data in the input fileprotected void
PlanItInputBuilder. populateZoning(Zoning zoning, MacroscopicNetwork network)
Creates the Zoning object and connectoids from the data in the input file -
Uses of MacroscopicNetwork in org.planit.io.network.converter
Methods in org.planit.io.network.converter with parameters of type MacroscopicNetwork Modifier and Type Method Description protected void
PlanitNetworkWriter. populateXmlNetworkLayers(MacroscopicNetwork network)
populate the available network layersprotected void
PlanitNetworkWriter. prepareCoordinateReferenceSystem(MacroscopicNetwork network)
prepare the Crs transformer (if any) based on the user configuration settings -
Uses of MacroscopicNetwork in org.planit.io.project
Methods in org.planit.io.project that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetwork
PlanItSimpleProject. getNetwork()
Return the current network object
-