Class CutPointVEdgeDiffraction
- java.lang.Object
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPointVEdgeDiffraction
-
- All Implemented Interfaces:
Comparable<CutPoint>
public class CutPointVEdgeDiffraction extends CutPoint
Pivot point on the vertical profile. It is near a vertical edge of a wall.
-
-
Field Summary
-
Fields inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
coordinate, groundCoefficient, zGround
-
-
Constructor Summary
Constructors Constructor Description CutPointVEdgeDiffraction()
Empty constructor for deserializationCutPointVEdgeDiffraction(CutPoint source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
compareTo, getCoordinate, getGroundCoefficient, getzGround, setCoordinate, setGroundCoefficient, setZGround
-
-