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 Details

    • receiverPk

      public long receiverPk
      External identifier of the receiver (from table)
    • id

      public int id
      Index in the subdomain
  • Constructor Details

    • 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 -
  • Method Details