Class GroundAbsorption
java.lang.Object
org.noise_planet.noisemodelling.pathfinder.profilebuilder.GroundAbsorption
-
Constructor Summary
ConstructorsConstructorDescriptionGroundAbsorption(org.locationtech.jts.geom.Geometry geom, double coef) Main constructor -
Method Summary
Modifier and TypeMethodDescriptiondoubleRetrieve the ground effect coefficient.org.locationtech.jts.geom.GeometryRetrieve the ground effect area footprint.
-
Constructor Details
-
GroundAbsorption
public GroundAbsorption(org.locationtech.jts.geom.Geometry geom, double coef) Main constructor- Parameters:
geom- Ground effect area footprint.coef- Ground effect coefficient.
-
-
Method Details
-
getGeometry
public org.locationtech.jts.geom.Geometry getGeometry()Retrieve the ground effect area footprint.- Returns:
- The ground effect area footprint.
-
getCoefficient
public double getCoefficient()Retrieve the ground effect coefficient.- Returns:
- The ground effect coefficient.
-