java.lang.Object
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPointSource
All Implemented Interfaces:
Cloneable, Comparable<CutPoint>

public class CutPointSource extends CutPoint
  • Field Details

    • sourcePk

      public long sourcePk
      External identifier of the source (from table primary key)
    • li

      public double li
      Source line subdivision length (1.0 means a point is representing 1 meter of line sound source)
    • orientation

      public Orientation orientation
      Orientation of the point (should be about the source or receiver point) The orientation is related to the directivity associated to the object
    • id

      public int id
      Index in the subdomain
  • Constructor Details

    • CutPointSource

      public CutPointSource()
    • CutPointSource

      public CutPointSource(org.locationtech.jts.geom.Coordinate location)
    • CutPointSource

      public CutPointSource(org.locationtech.jts.geom.Coordinate coordinate, double li)
    • CutPointSource

      public CutPointSource(PathFinder.SourcePointInfo sourcePointInfo)
      Generate default point source without information on DEM (source at 0.05 above ground level)
      Parameters:
      sourcePointInfo -
    • CutPointSource

      public CutPointSource(CutPoint src)
  • Method Details