Uses of Class
org.noise_planet.noisemodelling.emission.directivity.DirectivityRecord
-
Packages that use DirectivityRecord Package Description org.noise_planet.noisemodelling.emission.directivity -
-
Uses of DirectivityRecord in org.noise_planet.noisemodelling.emission.directivity
Methods in org.noise_planet.noisemodelling.emission.directivity that return DirectivityRecord Modifier and Type Method Description DirectivityRecord
DiscreteDirectivitySphere. getRecord(double theta, double phi, int interpolate)
Retrieve DirectivityRecord for the specified angle (theta, phi)Methods in org.noise_planet.noisemodelling.emission.directivity that return types with arguments of type DirectivityRecord Modifier and Type Method Description List<DirectivityRecord>
DiscreteDirectivitySphere. getRecordsPhi()
Get the directivity records for a given Phi angleList<DirectivityRecord>
DiscreteDirectivitySphere. getRecordsTheta()
Get the directivity values for a given Theta angleMethods in org.noise_planet.noisemodelling.emission.directivity with parameters of type DirectivityRecord Modifier and Type Method Description int
PhiComparator. compare(DirectivityRecord o1, DirectivityRecord o2)
Compare two directivity recordint
ThetaComparator. compare(DirectivityRecord o1, DirectivityRecord o2)
Compare two directivity recordMethod parameters in org.noise_planet.noisemodelling.emission.directivity with type arguments of type DirectivityRecord Modifier and Type Method Description void
DiscreteDirectivitySphere. addDirectivityRecords(Collection<DirectivityRecord> newRecords)
Add new records.
-