Uses of Class
org.goplanit.network.MacroscopicNetworkLayerConfigurator
-
Packages that use MacroscopicNetworkLayerConfigurator Package Description org.goplanit.network org.goplanit.osm.converter.network -
-
Uses of MacroscopicNetworkLayerConfigurator in org.goplanit.network
Methods in org.goplanit.network that return MacroscopicNetworkLayerConfigurator Modifier and Type Method Description static MacroscopicNetworkLayerConfigurator
MacroscopicNetworkLayerConfigurator. createAllInOneConfiguration(Modes modes)
create a configuration that maps all passed in modes to a single proposed all-in-one layerstatic MacroscopicNetworkLayerConfigurator
MacroscopicNetworkLayerConfigurator. 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.goplanit.network with parameters of type MacroscopicNetworkLayerConfigurator Modifier and Type Method Description void
MacroscopicNetwork. initialiseLayers(MacroscopicNetworkLayerConfigurator layerConfiguration)
Tries to initialise and create/register layers via a predefined configuration rather than letting the user do this manually via the infrastructure layers container. -
Uses of MacroscopicNetworkLayerConfigurator in org.goplanit.osm.converter.network
Fields in org.goplanit.osm.converter.network declared as MacroscopicNetworkLayerConfigurator Modifier and Type Field Description protected MacroscopicNetworkLayerConfigurator
OsmNetworkReaderSettings. planitInfrastructureLayerConfiguration
mapping between PLANit modes and the layer their infrastructure will be mapped to.Methods in org.goplanit.osm.converter.network that return MacroscopicNetworkLayerConfigurator Modifier and Type Method Description MacroscopicNetworkLayerConfigurator
OsmNetworkReaderSettings. getPlanitInfrastructureLayerConfiguration()
Allows access to the current planit infrastructure layer configuration which maps planit modes to an infrastructure layer on the to be created PLANit networkMethods in org.goplanit.osm.converter.network with parameters of type MacroscopicNetworkLayerConfigurator Modifier and Type Method Description void
OsmNetworkReaderSettings. setPlanitInfrastructureLayerConfiguration(MacroscopicNetworkLayerConfigurator planitInfrastructureLayerConfiguration)
provide a new configuration other than the one provided by default
-