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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionintIndex in the subdomainlongExternal identifier of the receiver (from table)Fields inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
coordinate, groundCoefficient, zGround -
Constructor Summary
ConstructorsConstructorDescriptionCutPointReceiver(org.locationtech.jts.geom.Coordinate location) CutPointReceiver(PathFinder.ReceiverPointInfo receiver) Create default receiver informationCutPointReceiver(CutPoint receiver) -
Method Summary
Methods inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
clone, compareTo, getCoordinate, getGroundCoefficient, getzGround, setCoordinate, setGroundCoefficient, setZGround
-
Field Details
-
receiverPk
public long receiverPkExternal identifier of the receiver (from table) -
id
public int idIndex in the subdomain
-
-
Constructor Details
-
CutPointReceiver
public CutPointReceiver() -
CutPointReceiver
public CutPointReceiver(org.locationtech.jts.geom.Coordinate location) -
CutPointReceiver
-
CutPointReceiver
Create default receiver information- Parameters:
receiver-
-
-
Method Details