Class CutPointGroundEffect

java.lang.Object
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPointGroundEffect
All Implemented Interfaces:
Cloneable, Comparable<CutPoint>

public class CutPointGroundEffect extends CutPoint
  • Field Details

  • Constructor Details

    • CutPointGroundEffect

      public CutPointGroundEffect(int processedWallIndex, org.locationtech.jts.geom.Coordinate intersectionCoordinate, double groundAbsorptionCoefficient)
    • CutPointGroundEffect

      public CutPointGroundEffect()
      Empty constructor for deserialization
  • Method Details