Class AttenuationOutputSingleThread.TimePeriodParameters
- java.lang.Object
-
- org.noise_planet.noisemodelling.jdbc.output.AttenuationOutputSingleThread.TimePeriodParameters
-
- Enclosing class:
- AttenuationOutputSingleThread
public static class AttenuationOutputSingleThread.TimePeriodParameters extends Object
representing the noise levels for different time periods.
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,double[]>levelsPerPeriodMap of attenuation (attenuation not in dB but w)PathFinder.SourcePointInfosource
-
Constructor Summary
Constructors Constructor Description TimePeriodParameters()TimePeriodParameters(PathFinder.SourcePointInfo source)TimePeriodParameters(PathFinder.SourcePointInfo source, String period, double[] attenuation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttenuationOutputSingleThread.TimePeriodParametersupdate(AttenuationOutputSingleThread.TimePeriodParameters other)merge attenuation/noise level in w
-
-
-
Field Detail
-
source
public PathFinder.SourcePointInfo source
-
-
Constructor Detail
-
TimePeriodParameters
public TimePeriodParameters(PathFinder.SourcePointInfo source)
-
TimePeriodParameters
public TimePeriodParameters(PathFinder.SourcePointInfo source, String period, double[] attenuation)
-
TimePeriodParameters
public TimePeriodParameters()
-
-
Method Detail
-
update
public AttenuationOutputSingleThread.TimePeriodParameters update(AttenuationOutputSingleThread.TimePeriodParameters other)
merge attenuation/noise level in w- Parameters:
other-- Returns:
-
-