Class CutPointReceiver
- java.lang.Object
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPointReceiver
-
- All Implemented Interfaces:
Comparable<CutPoint>
public class CutPointReceiver extends CutPoint
-
-
Field Summary
Fields Modifier and Type Field Description int
id
Index in the subdomainlong
receiverPk
External identifier of the receiver (from table)-
Fields inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
coordinate, groundCoefficient, zGround
-
-
Constructor Summary
Constructors Constructor Description CutPointReceiver()
CutPointReceiver(org.locationtech.jts.geom.Coordinate location)
CutPointReceiver(PathFinder.ReceiverPointInfo receiver)
Create default receiver informationCutPointReceiver(CutPoint receiver)
-
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
-
-
-
-
Constructor Detail
-
CutPointReceiver
public CutPointReceiver()
-
CutPointReceiver
public CutPointReceiver(org.locationtech.jts.geom.Coordinate location)
-
CutPointReceiver
public CutPointReceiver(CutPoint receiver)
-
CutPointReceiver
public CutPointReceiver(PathFinder.ReceiverPointInfo receiver)
Create default receiver information- Parameters:
receiver
-
-
-