Class CutPointReceiver
- java.lang.Object
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPointReceiver
-
- All Implemented Interfaces:
Cloneable,Comparable<CutPoint>
public class CutPointReceiver extends CutPoint
-
-
Field Summary
Fields Modifier and Type Field Description intidIndex in the subdomainlongreceiverPkExternal 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 StringtoString()-
Methods inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
clone, 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-
-
-