Class CutPointSource

    • Field Detail

      • 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 Detail

      • 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)