Uses of Class
org.goplanit.io.converter.network.PlanitNetworkWriter
-
Packages that use PlanitNetworkWriter Package Description org.goplanit.io.converter.intermodal org.goplanit.io.converter.network -
-
Uses of PlanitNetworkWriter in org.goplanit.io.converter.intermodal
Methods in org.goplanit.io.converter.intermodal that return types with arguments of type PlanitNetworkWriter Modifier and Type Method Description protected Pair<PlanitNetworkWriter,PlanitZoningWriter>PlanitIntermodalWriter. writeNetworkAndZoning(MacroscopicNetwork macroscopicNetwork, Zoning zoning)Persist network and zoning and return writers -
Uses of PlanitNetworkWriter in org.goplanit.io.converter.network
Methods in org.goplanit.io.converter.network that return PlanitNetworkWriter Modifier and Type Method Description static PlanitNetworkWriterPlanitNetworkWriterFactory. create()Create a PLANitNetworkWriter which can persist a PLANit network in the native PLANit XML format witha ll defaults.static PlanitNetworkWriterPlanitNetworkWriterFactory. create(String networkPath)Create a PLANitNetworkWriter which can persist a PLANit network in the native PLANit XML formatstatic PlanitNetworkWriterPlanitNetworkWriterFactory. create(String networkPath, String countryName)Create a PLANitNetworkWriter which can persist a PLANit network in the native PLANit XML formatstatic PlanitNetworkWriterPlanitNetworkWriterFactory. create(String networkPath, String countryName, org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork)Create a PLANitNetworkWriter which can persist a PLANit network in the native PLANit XML format.
-