Class PathFinder.ReceiverPointInfo
java.lang.Object
org.noise_planet.noisemodelling.pathfinder.PathFinder.ReceiverPointInfo
- Enclosing class:
PathFinder
Attribute of the receiver point
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.locationtech.jts.geom.Coordinateintlong -
Constructor Summary
ConstructorsConstructorDescriptionReceiverPointInfo(int receiverIndex, long receiverPk, org.locationtech.jts.geom.Coordinate position) ReceiverPointInfo(CutPointReceiver receiver) -
Method Summary
-
Field Details
-
receiverIndex
public int receiverIndex -
receiverPk
public long receiverPk -
position
public org.locationtech.jts.geom.Coordinate position
-
-
Constructor Details
-
ReceiverPointInfo
public ReceiverPointInfo(int receiverIndex, long receiverPk, org.locationtech.jts.geom.Coordinate position) -
ReceiverPointInfo
-
-
Method Details
-
getCoordinates
public org.locationtech.jts.geom.Coordinate getCoordinates() -
getReceiverPk
public long getReceiverPk()- Returns:
- Receiver primary key
-
getId
public int getId()- Returns:
- Receiver index, related to its location in memory data arrays
-