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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionintIndex in the subdomaindoubleSource line subdivision length (1.0 means a point is representing 1 meter of line sound source)Orientation of the point (should be about the source or receiver point) The orientation is related to the directivity associated to the objectlongExternal identifier of the source (from table primary key)Fields inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
coordinate, groundCoefficient, zGround -
Constructor Summary
ConstructorsConstructorDescriptionCutPointSource(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
Methods inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
clone, compareTo, getCoordinate, getGroundCoefficient, getzGround, setCoordinate, setGroundCoefficient, setZGround
-
Field Details
-
sourcePk
public long sourcePkExternal identifier of the source (from table primary key) -
li
public double liSource line subdivision length (1.0 means a point is representing 1 meter of line sound source) -
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 idIndex 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
Generate default point source without information on DEM (source at 0.05 above ground level)- Parameters:
sourcePointInfo-
-
CutPointSource
-
-
Method Details