21 package org.matsim.utils.gis.matsim2esri.network;
23 import org.apache.logging.log4j.LogManager;
24 import org.apache.logging.log4j.Logger;
40 if (Double.isNaN(w)) {
41 log.warn(
"Effective lane width in network is set to Double.NaN. Set a real value in your network.xml to make this tool work with this value. Using 3.75 as effective lane width...");
42 this.effectiveLaneWidth = 3.75;
45 this.effectiveLaneWidth = w;
47 this.widthCoefficient = coef;
final double effectiveLaneWidth
final double widthCoefficient
double getWidth(final Link link)
double getEffectiveLaneWidth()
double getNumberOfLanes()
LanesBasedWidthCalculator(final Network network, final Double coef)