Class DutchFavourableProbabilityFactory
java.lang.Object
org.noise_planet.noisemodelling.propagation.DutchFavourableProbabilityFactory
Get the fraction of favourable conditions for conditions in the Netherlands.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FavourableProbabilitygetFavourableProbabilityGenerator(String generatorName) Returns a favourable probability generator for the specified period.static doublerotateAngle(double angle) DutchFavourableProbability is using another convention for the angle than the standard polar angle
-
Constructor Details
-
DutchFavourableProbabilityFactory
public DutchFavourableProbabilityFactory()
-
-
Method Details
-
getFavourableProbabilityGenerator
Returns a favourable probability generator for the specified period.- Parameters:
generatorName- the generator identifier- Returns:
- the favourable probability generator or null if the generator is unknown
-
rotateAngle
public static double rotateAngle(double angle) DutchFavourableProbability is using another convention for the angle than the standard polar angle- Parameters:
angle- the angle in radians- Returns:
- the rotated angle in radians
-