java.lang.Object
org.noise_planet.noisemodelling.pathfinder.profilebuilder.GroundAbsorption

public class GroundAbsorption extends Object
  • 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.