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 Zoning
TrafficAssignment. getZoning()
Get the zoning for the current assignmentZoning
TrafficAssignmentConfigurator. 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 typevoid
TrafficAssignment. setZoning(Zoning zoning)
Set the zoning object for the current assignmentprotected void
TrafficAssignmentConfigurator. 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 Zoning
PopulateDemandsEvent. getParentZoning()
Collect PLANit zoning upon which this demands is to be appliedZoning
PopulateZoningEvent. 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 Zoning
PlanitDemandsReaderSettings. referenceZoning
Reference zoning to use when demands relate to zoning entitiesMethods in org.goplanit.io.converter.demands that return Zoning Modifier and Type Method Description protected Zoning
PlanitDemandsReaderSettings. getReferenceZoning()
Collect reference zoning usedMethods in org.goplanit.io.converter.demands with parameters of type Zoning Modifier and Type Method Description void
PlanitDemandsReaderSettings. 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 Zoning
PlanitIntermodalReader. zoningToPopulate
the 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 PlanitIntermodalReader
PlanitIntermodalReaderFactory. create(String pathDirectory, String xmlFileExtension, MacroscopicNetwork network, Zoning zoning)
Factory methodstatic PlanitIntermodalReader
PlanitIntermodalReaderFactory. 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 modelvoid
PlanitIntermodalWriter. 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 Zoning
PlanitZoningReader. zoning
the zoning to populateMethods in org.goplanit.io.converter.zoning that return Zoning Modifier and Type Method Description Zoning
PlanitZoningReader. read()
Read the zoning from diskMethods in org.goplanit.io.converter.zoning with parameters of type Zoning Modifier and Type Method Description 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 modelprotected void
PlanitZoningReader. setZoning(Zoning zoning)
Set the zoning to populatevoid
PlanitZoningWriter. 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 void
PlanItInputBuilder. populateDemands(Demands demands, Zoning zoning, MacroscopicNetwork network)
Populates the Demands object from the input fileprotected void
PlanItInputBuilder. 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 Zoning
PlanItSimpleProject. 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 void
MatsimIntermodalWriter. write(MacroscopicNetwork infrastructureNetwork, Zoning zoning)
Persist the PLANit network and zoning and a MATSIM compatible network to diskvoid
MatsimZoningWriter. 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 void
MatsimZoningWriter. writeTransitScheduleXML(XMLStreamWriter xmlWriter, Zoning zoning, MacroscopicNetworkLayer networkLayer)
convert the planit public transport infrastructure to matsim transit schedule xmlprotected void
MatsimZoningWriter. 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 Zoning
TransportModelNetwork. zoning
Holds 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 Zoning
TransportModelNetwork. 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 OsmIntermodalReader
OsmIntermodalReaderFactory. create(String inputFile, String countryName, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)
Create a PLANitOsmIntermodalReader while providing an OSM network, and zoning to populatestatic OsmIntermodalReader
OsmIntermodalReaderFactory. create(URL inputSource, String countryName, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)
Create a PLANitOsmIntermodalReader while providing an OSM network, and zoning to populatestatic OsmIntermodalReader
OsmIntermodalReaderFactory. 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 void
OsmNetworkReader. 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 Zoning
OsmZoningReader. 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 OsmZoningReader
OsmZoningReaderFactory. create(String inputFile, String countryName, Zoning zoningToPopulate, PlanitOsmNetwork referenceNetwork, OsmNetworkToZoningReaderData network2ZoningData)
Create a PLANitOSMReader while providing an OSM network to populatestatic OsmZoningReader
OsmZoningReaderFactory. create(URL inputSource, String countryName, Zoning zoningToPopulate, PlanitOsmNetwork referenceNetwork, OsmNetworkToZoningReaderData network2ZoningData)
Create a PLANitOSMReader while providing an OSM network to populatestatic OsmZoningReader
OsmZoningReaderFactory. create(OsmPublicTransportReaderSettings settings, Zoning zoningToPopulate)
Create a PLANitOSMReader while providing an OSM network to populatestatic OsmZoningReader
OsmZoningReaderFactory. 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 Zoning
OsmZoningHandlerBase. getZoning()
Collect zoningMethods in org.goplanit.osm.converter.zoning.handler with parameters of type Zoning Modifier and Type Method Description void
OsmZoningHandlerProfiler. 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 void
PlanitZoningUtils. removeDanglingTransferZoneGroups(Zoning zoning)
remove any dangling transfer zone groupsstatic void
PlanitZoningUtils. 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 OdPathMatrix
OdPathSets. 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 Zoning
CustomPlanItProject. createAndRegisterZoning(TransportLayerNetwork<?,?> network)
Create and register the zoning system on the networkZoning
PlanItProjectInput. 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 Demands
CustomPlanItProject. createAndRegisterDemands(Zoning zoning, TransportLayerNetwork<?,?> network)
Create and register demands to the projectDemands
PlanItProjectInput. createAndRegisterDemands(Zoning zoning, TransportLayerNetwork<?,?> network)
Create and register demands to the project inputsOdPathSets
CustomPlanItProject. createAndRegisterOdPathSets(TransportLayer networkLayer, Zoning zoning, String odPathSetInputPath)
Create and register the OD path sets as populated by the input builder through the path sourceOdPathSets
PlanItProjectInput. 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 Zoning
TntpDemandsReaderSettings. referenceZoning
the zoning these demands relate toMethods in org.goplanit.tntp.converter.demands that return Zoning Modifier and Type Method Description Zoning
TntpDemandsReaderSettings. getReferenceZoning()
Methods in org.goplanit.tntp.converter.demands with parameters of type Zoning Modifier and Type Method Description void
TntpDemandsReaderSettings. 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 Zoning
TntpZoningReaderSettings. zoningToPopulate
the zoning to populateMethods in org.goplanit.tntp.converter.zoning that return Zoning Modifier and Type Method Description Zoning
TntpZoningReaderSettings. getZoningToPopulate()
Zoning
TntpZoningReader. 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 void
TntpZoningReaderSettings. 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 void
TntpInputBuilder. populateDemands(Demands demands, Zoning zoning, MacroscopicNetwork network)
Populates the Demands object from the input fileprotected void
TntpInputBuilder. 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 Zoning
Zoning. 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 Zoning
ZoningModifierImpl. zoning
The 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 Zoning
ModifiedZoneIdsEvent. 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 Zoning
UpdateConnectoidsOnVertexRemovalHandler. zoning
zoning to update zoning components when neededConstructors in org.goplanit.zoning.modifier.event.handler with parameters of type Zoning Constructor Description UpdateConnectoidsOnVertexRemovalHandler(Zoning zoning)
constructor
-