Class CutPointSource
- 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 Summary
Fields Modifier and Type Field Description intidIndex in the subdomaindoubleliSource line subdivision length (1.0 means a point is representing 1 meter of line sound source)OrientationorientationOrientation of the point (should be about the source or receiver point) The orientation is related to the directivity associated to the objectlongsourcePkExternal identifier of the source (from table primary key)-
Fields inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
coordinate, groundCoefficient, zGround
-
-
Constructor Summary
Constructors Constructor Description CutPointSource()CutPointSource(org.locationtech.jts.geom.Coordinate location)CutPointSource(org.locationtech.jts.geom.Coordinate coordinate, double li)CutPointSource(PathFinder.SourcePointInfo sourcePointInfo)Generate default point source without information on DEM (source at 0.05 above ground level)CutPointSource(CutPoint src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
clone, compareTo, getCoordinate, getGroundCoefficient, getzGround, setCoordinate, setGroundCoefficient, setZGround
-
-
-
-
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)
-
-