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 PlanitZoningReaderPlanitZoningReaderFactory. create()Factory method wit all default, expected that user configures the settings afterwards to reach minimum requirements for successful parsing (input dir especially)static PlanitZoningReaderPlanitZoningReaderFactory. create(String pathDirectory, String xmlFileExtension, TransportLayerNetwork<?,?> network, Zoning zoning)Factory methodstatic PlanitZoningReaderPlanitZoningReaderFactory. create(PlanitZoningReaderSettings zoningSettings, TransportLayerNetwork<?,?> referenceNetwork, Zoning zoningToPopulate)Factory methodstatic PlanitZoningReaderPlanitZoningReaderFactory. 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
-