Class CutPointTopography
- java.lang.Object
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPointTopography
-
- All Implemented Interfaces:
Comparable<CutPoint>
public class CutPointTopography extends CutPoint
A rupture in the topographic profile
-
-
Field Summary
-
Fields inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
coordinate, groundCoefficient, zGround
-
-
Constructor Summary
Constructors Constructor Description CutPointTopography()
Empty constructor for deserializationCutPointTopography(org.locationtech.jts.geom.Coordinate coordinate)
-
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
-
-