Class CutPointVEdgeDiffraction
- java.lang.Object
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPointVEdgeDiffraction
-
- All Implemented Interfaces:
Cloneable,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 StringtoString()-
Methods inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
clone, compareTo, getCoordinate, getGroundCoefficient, getzGround, setCoordinate, setGroundCoefficient, setZGround
-
-