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