Uses of Interface
org.noise_planet.noisemodelling.emission.directivity.DirectivitySphere
-
-
Uses of DirectivitySphere in org.noise_planet.noisemodelling.emission.directivity
Classes in org.noise_planet.noisemodelling.emission.directivity that implement DirectivitySphere Modifier and Type Class Description class
DiscreteDirectivitySphere
Describe Attenuation directivity over a sphere Values between specified angles are interpolated following an interpolation method (linear=1 by default or closest neighbor=0)class
OmnidirectionalDirection
Methods in org.noise_planet.noisemodelling.emission.directivity with parameters of type DirectivitySphere Modifier and Type Method Description String
PolarGraphDirectivity. generatePolarGraph(DirectivitySphere noiseSource, double frequency, double minimumAttenuation, double maximumAttenuation, PolarGraphDirectivity.ORIENTATION orientation)
-
Uses of DirectivitySphere in org.noise_planet.noisemodelling.emission.directivity.cnossos
Classes in org.noise_planet.noisemodelling.emission.directivity.cnossos that implement DirectivitySphere Modifier and Type Class Description class
RailwayCnossosDirectivitySphere
-
Uses of DirectivitySphere in org.noise_planet.noisemodelling.emission.railway.nmpb
Classes in org.noise_planet.noisemodelling.emission.railway.nmpb that implement DirectivitySphere Modifier and Type Class Description class
TrainAttenuation
-
Uses of DirectivitySphere in org.noise_planet.noisemodelling.jdbc.input
Fields in org.noise_planet.noisemodelling.jdbc.input with type parameters of type DirectivitySphere Modifier and Type Field Description Map<Integer,DirectivitySphere>
DefaultTableLoader. directionAttributes
Attenuation and other attributes relative to direction on sphereMethods in org.noise_planet.noisemodelling.jdbc.input that return types with arguments of type DirectivitySphere Modifier and Type Method Description static Map<Integer,DirectivitySphere>
DefaultTableLoader. fetchDirectivity(Connection connection, String tableName, int defaultInterpolation, String frequencyFieldPrepend)
The table shall contain the following fields : DIR_ID : identifier of the directivity sphere (INTEGER) THETA : Horizontal angle in degree. 0° front and 90° right (0-360) (FLOAT) PHI : Vertical angle in degree. 0° front and 90° top -90° bottom (-90 - 90) (FLOAT) HZ63, HZ125, HZ250, HZ500, HZ1000, HZ2000, HZ4000, HZ8000 : attenuation levels in dB for each octave or third octave (FLOAT)Map<Integer,DirectivitySphere>
DefaultTableLoader. getDirectionAttributes()
-
Uses of DirectivitySphere in org.noise_planet.noisemodelling.propagation
Fields in org.noise_planet.noisemodelling.propagation with type parameters of type DirectivitySphere Modifier and Type Field Description Map<Integer,DirectivitySphere>
SceneWithAttenuation. directionAttributes
Attenuation and other attributes relative to direction on sphereMethod parameters in org.noise_planet.noisemodelling.propagation with type arguments of type DirectivitySphere Modifier and Type Method Description void
SceneWithAttenuation. setDirectionAttributes(Map<Integer,DirectivitySphere> directionAttributes)
Sets the direction attributes for the receiver.
-