Uses of Interface
org.noise_planet.noisemodelling.emission.directivity.DirectivitySphere
Packages that use DirectivitySphere
Package
Description
-
Uses of DirectivitySphere in org.noise_planet.noisemodelling.emission.directivity
Classes in org.noise_planet.noisemodelling.emission.directivity that implement DirectivitySphereModifier and TypeClassDescriptionclassDescribe Attenuation directivity over a sphere Values between specified angles are interpolated following an interpolation method (linear=1 by default or closest neighbor=0)classMethods in org.noise_planet.noisemodelling.emission.directivity with parameters of type DirectivitySphereModifier and TypeMethodDescriptionPolarGraphDirectivity.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 -
Uses of DirectivitySphere in org.noise_planet.noisemodelling.emission.railway.nmpb
Classes in org.noise_planet.noisemodelling.emission.railway.nmpb that implement DirectivitySphere -
Uses of DirectivitySphere in org.noise_planet.noisemodelling.jdbc.input
Fields in org.noise_planet.noisemodelling.jdbc.input with type parameters of type DirectivitySphereModifier and TypeFieldDescriptionDefaultTableLoader.directionAttributesAttenuation and other attributes relative to direction on sphereMethods in org.noise_planet.noisemodelling.jdbc.input that return types with arguments of type DirectivitySphereModifier and TypeMethodDescriptionstatic 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)DefaultTableLoader.getDirectionAttributes() -
Uses of DirectivitySphere in org.noise_planet.noisemodelling.propagation
Fields in org.noise_planet.noisemodelling.propagation with type parameters of type DirectivitySphereModifier and TypeFieldDescriptionSceneWithAttenuation.directionAttributesAttenuation and other attributes relative to direction on sphereMethod parameters in org.noise_planet.noisemodelling.propagation with type arguments of type DirectivitySphereModifier and TypeMethodDescriptionvoidSceneWithAttenuation.setDirectionAttributes(Map<Integer, DirectivitySphere> directionAttributes) Sets the direction attributes for the receiver.