Class CutPointTopography
java.lang.Object
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPointTopography
- All Implemented Interfaces:
Cloneable, Comparable<CutPoint>
A rupture in the topographic profile
-
Field Summary
Fields inherited from class CutPoint
coordinate, groundCoefficient, zGround -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for deserializationCutPointTopography(org.locationtech.jts.geom.Coordinate coordinate) -
Method Summary
Methods inherited from class CutPoint
clone, compareTo, getCoordinate, getGroundCoefficient, getzGround, setCoordinate, setGroundCoefficient, setZGround
-
Constructor Details
-
CutPointTopography
public CutPointTopography()Empty constructor for deserialization -
CutPointTopography
public CutPointTopography(org.locationtech.jts.geom.Coordinate coordinate)
-
-
Method Details
-
toString
-