Class GroundAbsorption
- java.lang.Object
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.GroundAbsorption
-
public class GroundAbsorption extends Object
-
-
Constructor Summary
Constructors Constructor Description GroundAbsorption(org.locationtech.jts.geom.Geometry geom, double coef)
Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCoefficient()
Retrieve the ground effect coefficient.org.locationtech.jts.geom.Geometry
getGeometry()
Retrieve the ground effect area footprint.
-