Uses of Class
org.goplanit.io.converter.zoning.PlanitZoningReader
-
Packages that use PlanitZoningReader Package Description org.goplanit.io.converter.zoning -
-
Uses of PlanitZoningReader in org.goplanit.io.converter.zoning
Methods in org.goplanit.io.converter.zoning that return PlanitZoningReader Modifier and Type Method Description static PlanitZoningReader
PlanitZoningReaderFactory. create()
Factory method wit all default, expected that user configures the settings afterwards to reach minimum requirements for successful parsing (input dir especially)static PlanitZoningReader
PlanitZoningReaderFactory. create(String pathDirectory, String xmlFileExtension, TransportLayerNetwork<?,?> network, Zoning zoning)
Factory methodstatic PlanitZoningReader
PlanitZoningReaderFactory. create(PlanitZoningReaderSettings zoningSettings, TransportLayerNetwork<?,?> referenceNetwork, Zoning zoningToPopulate)
Factory methodstatic PlanitZoningReader
PlanitZoningReaderFactory. create(org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, TransportLayerNetwork<?,?> network, Zoning zoning)
Factory method where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model
-