Uses of Class
org.goplanit.io.converter.zoning.PlanitZoningReader
-
Packages that use PlanitZoningReader Package Description org.goplanit.io.converter.demands Classes used to process the Java classes generated from XSD filesorg.goplanit.io.converter.zoning -
-
Uses of PlanitZoningReader in org.goplanit.io.converter.demands
Fields in org.goplanit.io.converter.demands declared as PlanitZoningReader Modifier and Type Field Description protected PlanitZoningReaderPlanitDemandsReader. zoningReaderzoning reader provides alternative way to obtain reference zoning and reference network in case not available upon construction.Methods in org.goplanit.io.converter.demands with parameters of type PlanitZoningReader Modifier and Type Method Description static PlanitDemandsReaderPlanitDemandsReaderFactory. create(PlanitDemandsReaderSettings settings, PlanitZoningReader zoningReader)Factory method where all contextual information is derived from settings and zoning is to be obtained from provided reader.static PlanitDemandsReaderPlanitDemandsReaderFactory. create(PlanitZoningReader zoningReader)Factory method where all contextual information is to be set afterwards via settings and zoning is to be obtained from provided reader.Constructors in org.goplanit.io.converter.demands with parameters of type PlanitZoningReader Constructor Description PlanitDemandsReader(PlanitDemandsReaderSettings demandsSettings, PlanitZoningReader zoningReader)Constructor where parsing will be based upon the settings and zoning reader provides zoning (and network) -
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(String pathDirectory, String xmlFileExtension, LayeredNetwork<?,?> network, Zoning zoning)Factory methodstatic PlanitZoningReaderPlanitZoningReaderFactory. create(String pathDirectory, LayeredNetwork<?,?> network)Factory methodstatic PlanitZoningReaderPlanitZoningReaderFactory. create(NetworkReader networkReader)Factory method where all contextual information is to be set afterwards via settings and network is to be obtained from provided reader.static PlanitZoningReaderPlanitZoningReaderFactory. create(PlanitZoningReaderSettings settings, NetworkReader networkReader)Factory method where all contextual information is derived from settings and network is to be obtained from provided reader.static PlanitZoningReaderPlanitZoningReaderFactory. create(PlanitZoningReaderSettings zoningSettings, LayeredNetwork<?,?> referenceNetwork)Factory methodstatic PlanitZoningReaderPlanitZoningReaderFactory. create(PlanitZoningReaderSettings zoningSettings, LayeredNetwork<?,?> referenceNetwork, Zoning zoningToPopulate)Factory methodstatic PlanitZoningReaderPlanitZoningReaderFactory. create(org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, PlanitZoningReaderSettings zoningSettings, LayeredNetwork<?,?> network, Zoning zoning)Factory method where file has already been parsed and we only need to convert from raw XML objects to PLANit memory modelstatic PlanitZoningReaderPlanitZoningReaderFactory. create(org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, LayeredNetwork<?,?> 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
-