Uses of Class
org.planit.network.InfrastructureLayersConfigurator
-
Packages that use InfrastructureLayersConfigurator Package Description org.planit.network -
-
Uses of InfrastructureLayersConfigurator in org.planit.network
Methods in org.planit.network that return InfrastructureLayersConfigurator Modifier and Type Method Description static InfrastructureLayersConfigurator
InfrastructureLayersConfigurator. createAllInOneConfiguration(Modes modes)
create a configuration that maps all passed in modes to a single proposed all-in-one layerstatic InfrastructureLayersConfigurator
InfrastructureLayersConfigurator. createMultiLayerConfiguration(Collection<PredefinedMode> predefinedModes)
create a multi-layer configuration that maps all passed in modes to either a rail, active, or on-street layer.Methods in org.planit.network with parameters of type InfrastructureLayersConfigurator Modifier and Type Method Description void
InfrastructureNetwork. initialiseInfrastructureLayers(InfrastructureLayersConfigurator planitInfrastructureLayerConfiguration)
Tries to intialise and create/register infrastructure layers via a predefined configuration rather than letting the user do this manually via the infrastructure layers container.
-