Uses of Class
org.goplanit.zoning.Zoning
-
-
Uses of Zoning in org.goplanit.assignment
Methods in org.goplanit.assignment that return Zoning Modifier and Type Method Description ZoningTrafficAssignment. getZoning()Get the zoning for the current assignmentZoningTrafficAssignmentConfigurator. getZoning()collect the registered zoningMethods in org.goplanit.assignment with parameters of type Zoning Modifier and Type Method Description static TrafficAssignmentBuilder<?>TrafficAssignmentBuilderFactory. createBuilder(String trafficAssignmentType, IdGroupingToken projectToken, InputBuilderListener inputBuilder, Demands theDemands, Zoning theZoning, TransportLayerNetwork<?,?> theNetwork)Create a builder for given assignment typevoidTrafficAssignment. setZoning(Zoning zoning)Set the zoning object for the current assignmentprotected voidTrafficAssignmentConfigurator. setZoning(Zoning zoning)Set the zoningConstructors in org.goplanit.assignment with parameters of type Zoning Constructor Description TrafficAssignmentBuilder(Class<T> trafficAssignmentClass, IdGroupingToken projectToken, InputBuilderListener inputBuilderListener, Demands demands, Zoning zoning, TransportLayerNetwork<?,?> network)Constructor -
Uses of Zoning in org.goplanit.assignment.ltm
Constructors in org.goplanit.assignment.ltm with parameters of type Zoning Constructor Description LtmTrafficAssignmentBuilder(Class<T> trafficAssignmentClass, IdGroupingToken groupId, InputBuilderListener inputBuilderListener, Demands demands, Zoning zoning, TransportLayerNetwork<?,?> network)Constructor -
Uses of Zoning in org.goplanit.assignment.ltm.eltm
Constructors in org.goplanit.assignment.ltm.eltm with parameters of type Zoning Constructor Description EventBasedLtmTrafficAssignmentBuilder(IdGroupingToken groupId, InputBuilderListener inputBuilderListener, Demands demands, Zoning zoning, TransportLayerNetwork<?,?> network)Constructor -
Uses of Zoning in org.goplanit.assignment.ltm.sltm
Constructors in org.goplanit.assignment.ltm.sltm with parameters of type Zoning Constructor Description StaticLtmTrafficAssignmentBuilder(IdGroupingToken groupId, InputBuilderListener inputBuilderListener, Demands demands, Zoning zoning, TransportLayerNetwork<?,?> network)Constructor -
Uses of Zoning in org.goplanit.assignment.traditionalstatic
Constructors in org.goplanit.assignment.traditionalstatic with parameters of type Zoning Constructor Description TraditionalStaticAssignmentBuilder(IdGroupingToken projectToken, InputBuilderListener inputBuilder, Demands demands, Zoning zoning, TransportLayerNetwork<?,?> network)Constructor -
Uses of Zoning in org.goplanit.component.event
Methods in org.goplanit.component.event that return Zoning Modifier and Type Method Description ZoningPopulateDemandsEvent. getParentZoning()Collect PLANit zoning upon which this demands is to be appliedZoningPopulateZoningEvent. getZoningToPopulate()Collect PLANit zoning to populateConstructors in org.goplanit.component.event with parameters of type Zoning Constructor Description PopulateDemandsEvent(PlanitComponentFactory<?> source, Demands demandsToPopulate, Zoning parentZoning, MacroscopicNetwork parentNetwork)ConstructorPopulateZoningEvent(PlanitComponentFactory<?> source, Zoning zoningToPopulate, MacroscopicNetwork network)Constructor -
Uses of Zoning in org.goplanit.converter.intermodal
Constructor parameters in org.goplanit.converter.intermodal with type arguments of type Zoning Constructor Description IntermodalConverter(MultiConverterReader<MacroscopicNetwork,Zoning> reader, MultiConverterWriter<MacroscopicNetwork,Zoning> writer)ConstructorIntermodalConverter(MultiConverterReader<MacroscopicNetwork,Zoning> reader, MultiConverterWriter<MacroscopicNetwork,Zoning> writer)Constructor -
Uses of Zoning in org.goplanit.io.converter.demands
Fields in org.goplanit.io.converter.demands declared as Zoning Modifier and Type Field Description protected ZoningPlanitDemandsReaderSettings. referenceZoningReference zoning to use when demands relate to zoning entitiesMethods in org.goplanit.io.converter.demands that return Zoning Modifier and Type Method Description protected ZoningPlanitDemandsReaderSettings. getReferenceZoning()Collect reference zoning usedMethods in org.goplanit.io.converter.demands with parameters of type Zoning Modifier and Type Method Description voidPlanitDemandsReaderSettings. setReferenceZoning(Zoning referenceZoning)Set reference zoning to useConstructors in org.goplanit.io.converter.demands with parameters of type Zoning Constructor Description PlanitDemandsReader(org.goplanit.xml.generated.XMLElementMacroscopicDemand xmlMacroscopicDemands, MacroscopicNetwork network, Zoning zoning, Demands demandsToPopulate)Constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model -
Uses of Zoning in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as Zoning Modifier and Type Field Description protected ZoningPlanitIntermodalReader. zoningToPopulatethe zoning to populateMethods in org.goplanit.io.converter.intermodal that return types with arguments of type Zoning Modifier and Type Method Description Pair<MacroscopicNetwork,Zoning>PlanitIntermodalReader. read()parse the network based on the configuration of the implementing class to yield a PLANit networkMethods in org.goplanit.io.converter.intermodal with parameters of type Zoning Modifier and Type Method Description static PlanitIntermodalReaderPlanitIntermodalReaderFactory. create(String pathDirectory, String xmlFileExtension, MacroscopicNetwork network, Zoning zoning)Factory methodstatic PlanitIntermodalReaderPlanitIntermodalReaderFactory. create(org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork, org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, MacroscopicNetwork network, Zoning zoning)constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory modelvoidPlanitIntermodalWriter. write(MacroscopicNetwork macroscopicNetwork, Zoning zoning)Write a network to the writer's output format.Constructors in org.goplanit.io.converter.intermodal with parameters of type Zoning Constructor Description PlanitIntermodalReader(String inputPathDirectory, String xmlFileExtension, MacroscopicNetwork network, Zoning zoning)constructor where xml content is still on disk and first needs to be parsed into memory before converted to planit memory modelPlanitIntermodalReader(org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork, org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, MacroscopicNetwork network, Zoning zoning)constructor where the xml content has already been parsed into a JAXB memory model which subsequently needs to be converted into the planit memory model -
Uses of Zoning in org.goplanit.io.converter.zoning
Fields in org.goplanit.io.converter.zoning declared as Zoning Modifier and Type Field Description protected ZoningPlanitZoningReader. zoningthe zoning to populateMethods in org.goplanit.io.converter.zoning that return Zoning Modifier and Type Method Description ZoningPlanitZoningReader. read()Read the zoning from diskMethods in org.goplanit.io.converter.zoning with parameters of type Zoning Modifier and Type Method Description 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 modelprotected voidPlanitZoningReader. setZoning(Zoning zoning)Set the zoning to populatevoidPlanitZoningWriter. write(Zoning zoning)write a network to the writer's output format.Constructors in org.goplanit.io.converter.zoning with parameters of type Zoning Constructor Description PlanitZoningReader(String pathDirectory, String xmlFileExtension, TransportLayerNetwork<?,?> network, Zoning zoning)ConstructorPlanitZoningReader(PlanitZoningReaderSettings settings, TransportLayerNetwork<?,?> network, Zoning zoning)ConstructorPlanitZoningReader(org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlMacroscopicZoning, TransportLayerNetwork<?,?> network, Zoning zoning)Constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model -
Uses of Zoning in org.goplanit.io.input
Methods in org.goplanit.io.input with parameters of type Zoning Modifier and Type Method Description protected voidPlanItInputBuilder. populateDemands(Demands demands, Zoning zoning, MacroscopicNetwork network)Populates the Demands object from the input fileprotected voidPlanItInputBuilder. populateZoning(Zoning zoning, MacroscopicNetwork network)Creates the Zoning object and connectoids from the data in the input file -
Uses of Zoning in org.goplanit.io.project
Methods in org.goplanit.io.project that return Zoning Modifier and Type Method Description ZoningPlanItSimpleProject. getZoning()Return the current Zoning objectMethods in org.goplanit.io.project with parameters of type Zoning Modifier and Type Method Description TrafficAssignmentConfigurator<? extends TrafficAssignment>PlanItProject. createAndRegisterTrafficAssignment(String trafficAssignmentType, Demands theDemands, Zoning theZoning, TransportLayerNetwork<?,?> theNetwork)Create and register a traffic assignment instance of a given typeTrafficAssignmentConfigurator<? extends TrafficAssignment>PlanItSimpleProject. createAndRegisterTrafficAssignment(String trafficAssignmentType, Demands theDemands, Zoning theZoning, TransportLayerNetwork<?,?> theNetwork)Disallow the use of the generic create and register traffic assignment because a simple project automatically determines its demands, zoning, and network -
Uses of Zoning in org.goplanit.matsim.converter
Methods in org.goplanit.matsim.converter with parameters of type Zoning Modifier and Type Method Description voidMatsimIntermodalWriter. write(MacroscopicNetwork infrastructureNetwork, Zoning zoning)Persist the PLANit network and zoning and a MATSIM compatible network to diskvoidMatsimZoningWriter. write(Zoning zoning)extract public transport information from planit zoning and use it to persist as much of the matsim public transport xml's as possibleprotected voidMatsimZoningWriter. writeTransitScheduleXML(XMLStreamWriter xmlWriter, Zoning zoning, MacroscopicNetworkLayer networkLayer)convert the planit public transport infrastructure to matsim transit schedule xmlprotected voidMatsimZoningWriter. writeXmlTransitScheduleFile(Zoning zoning)Starting point for persisting the matsim transit schedule file -
Uses of Zoning in org.goplanit.network.transport
Fields in org.goplanit.network.transport declared as Zoning Modifier and Type Field Description protected ZoningTransportModelNetwork. zoningHolds the zoning structure and virtual transport network interfacing with the physical networkMethods in org.goplanit.network.transport that return Zoning Modifier and Type Method Description ZoningTransportModelNetwork. getZoning()Collect the zoning structureConstructors in org.goplanit.network.transport with parameters of type Zoning Constructor Description TransportModelNetwork(TransportLayerNetwork<?,?> infrastructureNetwork, Zoning zoning)Constructor -
Uses of Zoning in org.goplanit.osm.converter.intermodal
Methods in org.goplanit.osm.converter.intermodal that return types with arguments of type Zoning Modifier and Type Method Description Pair<MacroscopicNetwork,Zoning>OsmIntermodalReader. read()Parse a local *.osm or *.osm.pbf file and convert it into a Macroscopic network and zoning given the configuration options that have been setMethods in org.goplanit.osm.converter.intermodal with parameters of type Zoning Modifier and Type Method Description static OsmIntermodalReaderOsmIntermodalReaderFactory. create(String inputFile, String countryName, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)Create a PLANitOsmIntermodalReader while providing an OSM network, and zoning to populatestatic OsmIntermodalReaderOsmIntermodalReaderFactory. create(URL inputSource, String countryName, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)Create a PLANitOsmIntermodalReader while providing an OSM network, and zoning to populatestatic OsmIntermodalReaderOsmIntermodalReaderFactory. create(OsmNetworkReaderSettings networkSettings, OsmPublicTransportReaderSettings ptSettings, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)Create a PLANitOsmIntermodalReader while providing an OSM network, and zoning to populateConstructors in org.goplanit.osm.converter.intermodal with parameters of type Zoning Constructor Description OsmIntermodalReader(String countryName, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)ConstructorOsmIntermodalReader(URL inputSource, String countryName, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)ConstructorOsmIntermodalReader(OsmIntermodalReaderSettings settings, Zoning zoningToPopulate)ConstructorOsmIntermodalReader(OsmNetworkReaderSettings networkSettings, OsmPublicTransportReaderSettings ptSettings, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)Constructor -
Uses of Zoning in org.goplanit.osm.converter.network
Methods in org.goplanit.osm.converter.network with parameters of type Zoning Modifier and Type Method Description voidOsmNetworkReader. removeDanglingSubNetworks(Zoning zoning)remove dangling subnetworks when settings dictate it. -
Uses of Zoning in org.goplanit.osm.converter.zoning
Methods in org.goplanit.osm.converter.zoning that return Zoning Modifier and Type Method Description ZoningOsmZoningReader. read()Parse a local *.osm or *.osm.pbf file and convert it into a PLANit Zoning instance given the configuration options that have been setMethods in org.goplanit.osm.converter.zoning with parameters of type Zoning Modifier and Type Method Description static OsmZoningReaderOsmZoningReaderFactory. create(String inputFile, String countryName, Zoning zoningToPopulate, PlanitOsmNetwork referenceNetwork, OsmNetworkToZoningReaderData network2ZoningData)Create a PLANitOSMReader while providing an OSM network to populatestatic OsmZoningReaderOsmZoningReaderFactory. create(URL inputSource, String countryName, Zoning zoningToPopulate, PlanitOsmNetwork referenceNetwork, OsmNetworkToZoningReaderData network2ZoningData)Create a PLANitOSMReader while providing an OSM network to populatestatic OsmZoningReaderOsmZoningReaderFactory. create(OsmPublicTransportReaderSettings settings, Zoning zoningToPopulate)Create a PLANitOSMReader while providing an OSM network to populatestatic OsmZoningReaderOsmZoningReaderFactory. create(Zoning zoningToPopulate)Create a default PLANitOsmZoningReader.Constructors in org.goplanit.osm.converter.zoning with parameters of type Zoning Constructor Description OsmZoningReader(URL inputSource, String countryName, Zoning zoningToPopulate)Constructor.OsmZoningReader(URL inputSource, String countryName, Zoning zoningToPopulate, PlanitOsmNetwork referenceNetwork)Constructor.OsmZoningReader(URL inputSource, String countryName, Zoning zoningToPopulate, PlanitOsmNetwork referenceNetwork, OsmNetworkToZoningReaderData network2ZoningData)ConstructorOsmZoningReader(OsmPublicTransportReaderSettings settings, Zoning zoningToPopulate)Constructor. -
Uses of Zoning in org.goplanit.osm.converter.zoning.handler
Methods in org.goplanit.osm.converter.zoning.handler that return Zoning Modifier and Type Method Description protected ZoningOsmZoningHandlerBase. getZoning()Collect zoningMethods in org.goplanit.osm.converter.zoning.handler with parameters of type Zoning Modifier and Type Method Description voidOsmZoningHandlerProfiler. logProcessingStats(OsmZoningReaderData planitOsmZoningReaderData, Zoning zoning)log counters regarding main processing phaseConstructors in org.goplanit.osm.converter.zoning.handler with parameters of type Zoning Constructor Description OsmZoningHandlerBase(OsmPublicTransportReaderSettings transferSettings, OsmZoningReaderData zoningReaderData, Zoning zoningToPopulate, OsmZoningHandlerProfiler profiler)constructorOsmZoningPostProcessingHandler(OsmPublicTransportReaderSettings transferSettings, OsmZoningReaderData handlerData, Zoning zoningToPopulate, OsmZoningHandlerProfiler profiler)ConstructorOsmZoningProcessingHandler(OsmPublicTransportReaderSettings transferSettings, OsmZoningReaderData zoningReaderData, Zoning zoningToPopulate, OsmZoningHandlerProfiler profiler)Constructor -
Uses of Zoning in org.goplanit.osm.converter.zoning.handler.helper
Constructors in org.goplanit.osm.converter.zoning.handler.helper with parameters of type Zoning Constructor Description ConnectoidHelper(Zoning zoning, OsmZoningReaderData zoningReaderData, OsmPublicTransportReaderSettings transferSettings, OsmZoningHandlerProfiler profiler)ConstructorTransferZoneGroupHelper(Zoning zoning, OsmZoningReaderData zoningReaderData, OsmPublicTransportReaderSettings transferSettings, OsmZoningHandlerProfiler profiler)ConstructorTransferZoneHelper(Zoning zoning, OsmZoningReaderData zoningReaderData, OsmPublicTransportReaderSettings transferSettings, OsmZoningHandlerProfiler profiler)Constructor -
Uses of Zoning in org.goplanit.osm.util
Methods in org.goplanit.osm.util with parameters of type Zoning Modifier and Type Method Description static voidPlanitZoningUtils. removeDanglingTransferZoneGroups(Zoning zoning)remove any dangling transfer zone groupsstatic voidPlanitZoningUtils. removeDanglingZones(Zoning zoning)remove any dangling zones -
Uses of Zoning in org.goplanit.path
Methods in org.goplanit.path with parameters of type Zoning Modifier and Type Method Description OdPathMatrixOdPathSets. createAndRegisterOdPathMatrix(Zoning zoning)Create an empty od path matrix and register it on this od path sets -
Uses of Zoning in org.goplanit.project
Methods in org.goplanit.project that return Zoning Modifier and Type Method Description ZoningCustomPlanItProject. createAndRegisterZoning(TransportLayerNetwork<?,?> network)Create and register the zoning system on the networkZoningPlanItProjectInput. createAndRegisterZoning(TransportLayerNetwork<?,?> infrastructureNetwork)Create and register the zoning system on the network and project inputMethods in org.goplanit.project with parameters of type Zoning Modifier and Type Method Description DemandsCustomPlanItProject. createAndRegisterDemands(Zoning zoning, TransportLayerNetwork<?,?> network)Create and register demands to the projectDemandsPlanItProjectInput. createAndRegisterDemands(Zoning zoning, TransportLayerNetwork<?,?> network)Create and register demands to the project inputsOdPathSetsCustomPlanItProject. createAndRegisterOdPathSets(TransportLayer networkLayer, Zoning zoning, String odPathSetInputPath)Create and register the OD path sets as populated by the input builder through the path sourceOdPathSetsPlanItProjectInput. createAndRegisterOdPathSets(TransportLayer networkLayer, Zoning zoning, String odPathSetInputPath)Create and register the OD path sets on the project inputTrafficAssignmentConfigurator<? extends TrafficAssignment>CustomPlanItProject. createAndRegisterTrafficAssignment(String trafficAssignmentType, Demands theDemands, Zoning theZoning, TransportLayerNetwork<?,?> theNetwork)Create and register a traffic assignment instance of a given type -
Uses of Zoning in org.goplanit.tntp.converter.demands
Fields in org.goplanit.tntp.converter.demands declared as Zoning Modifier and Type Field Description protected ZoningTntpDemandsReaderSettings. referenceZoningthe zoning these demands relate toMethods in org.goplanit.tntp.converter.demands that return Zoning Modifier and Type Method Description ZoningTntpDemandsReaderSettings. getReferenceZoning()Methods in org.goplanit.tntp.converter.demands with parameters of type Zoning Modifier and Type Method Description voidTntpDemandsReaderSettings. setReferenceZoning(Zoning referenceZoning) -
Uses of Zoning in org.goplanit.tntp.converter.zoning
Fields in org.goplanit.tntp.converter.zoning declared as Zoning Modifier and Type Field Description protected ZoningTntpZoningReaderSettings. zoningToPopulatethe zoning to populateMethods in org.goplanit.tntp.converter.zoning that return Zoning Modifier and Type Method Description ZoningTntpZoningReaderSettings. getZoningToPopulate()ZoningTntpZoningReader. read()parse the network based on the configuration of the implementing class to yield a PLANit networkMethods in org.goplanit.tntp.converter.zoning with parameters of type Zoning Modifier and Type Method Description voidTntpZoningReaderSettings. setZoningToPopulate(Zoning zoningToPopulate) -
Uses of Zoning in org.goplanit.tntp.input
Methods in org.goplanit.tntp.input with parameters of type Zoning Modifier and Type Method Description protected voidTntpInputBuilder. populateDemands(Demands demands, Zoning zoning, MacroscopicNetwork network)Populates the Demands object from the input fileprotected voidTntpInputBuilder. populateZoning(Zoning zoning, Object parameter1)Creates the Zoning object and connectoids from the data in the network file In TNTP this method does not need to read a TAZ file. -
Uses of Zoning in org.goplanit.zoning
Methods in org.goplanit.zoning that return Zoning Modifier and Type Method Description ZoningZoning. clone()Create a shallow copy of this entityConstructors in org.goplanit.zoning with parameters of type Zoning Constructor Description Zoning(Zoning other)Copy constructor -
Uses of Zoning in org.goplanit.zoning.modifier
Fields in org.goplanit.zoning.modifier declared as Zoning Modifier and Type Field Description protected ZoningZoningModifierImpl. zoningThe zoning instance to apply modifications onConstructors in org.goplanit.zoning.modifier with parameters of type Zoning Constructor Description ZoningModifierImpl(Zoning zoning)constructor -
Uses of Zoning in org.goplanit.zoning.modifier.event
Methods in org.goplanit.zoning.modifier.event that return Zoning Modifier and Type Method Description ZoningModifiedZoneIdsEvent. getModifiedZoning()The zoning on which the modification took placeConstructors in org.goplanit.zoning.modifier.event with parameters of type Zoning Constructor Description ModifiedZoneIdsEvent(ZoningModifier source, Zoning zoning)Wrapper for a modified zoning ids event indicating that one or more managed internal ids of the zoning have been changed -
Uses of Zoning in org.goplanit.zoning.modifier.event.handler
Fields in org.goplanit.zoning.modifier.event.handler declared as Zoning Modifier and Type Field Description protected ZoningUpdateConnectoidsOnVertexRemovalHandler. zoningzoning to update zoning components when neededConstructors in org.goplanit.zoning.modifier.event.handler with parameters of type Zoning Constructor Description UpdateConnectoidsOnVertexRemovalHandler(Zoning zoning)constructor
-