Uses of Class
org.noise_planet.noisemodelling.propagation.AttenuationOutput
Packages that use AttenuationOutput
Package
Description
-
Uses of AttenuationOutput in org.noise_planet.noisemodelling.jdbc.output
Fields in org.noise_planet.noisemodelling.jdbc.output with type parameters of type AttenuationOutputModifier and TypeFieldDescriptionAttenuationOutputSingleThread.attenuationOutputsResultsCache.attenuationOutputsMethods in org.noise_planet.noisemodelling.jdbc.output that return AttenuationOutputModifier and TypeMethodDescriptionstatic AttenuationOutputNoiseMapWriter.jsonToAttenuationOutput(String json) Deserialize AttenuationOutput object or AttenuationOutput child object.Methods in org.noise_planet.noisemodelling.jdbc.output with parameters of type AttenuationOutputModifier and TypeMethodDescriptionNoiseMapWriter.attenuationOutputAsJSON(AttenuationOutput attenuationOutput) Method parameters in org.noise_planet.noisemodelling.jdbc.output with type arguments of type AttenuationOutputModifier and TypeMethodDescriptionvoidAttenuationOutputSingleThread.pushInStack(ConcurrentLinkedDeque<AttenuationOutput> stack, List<AttenuationOutput> data) Adds Cnossos paths to a concurrent stack while maintaining the maximum stack size.voidAttenuationOutputSingleThread.pushInStack(ConcurrentLinkedDeque<AttenuationOutput> stack, List<AttenuationOutput> data) Adds Cnossos paths to a concurrent stack while maintaining the maximum stack size. -
Uses of AttenuationOutput in org.noise_planet.noisemodelling.propagation
Fields in org.noise_planet.noisemodelling.propagation with type parameters of type AttenuationOutputModifier and TypeFieldDescriptionAttenuationComputeOutput.attenuationOutputsAttenuationVisitor.attenuationOutputsMethods in org.noise_planet.noisemodelling.propagation that return AttenuationOutputModifier and TypeMethodDescriptionPropagationModel.computeDirectAttenuation(PathFinder.SourcePointInfo source, PathFinder.ReceiverPointInfo receiver, SceneWithAttenuation scene, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute attenuation along direct path between source and receiverMethods in org.noise_planet.noisemodelling.propagation that return types with arguments of type AttenuationOutputModifier and TypeMethodDescriptionPropagationModel.computeAttenuation(SceneWithAttenuation scene, CutProfile cutProfile, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute the attenuation for a given cut-profileAttenuationComputeOutput.getAttenuationOutputs()Constructors in org.noise_planet.noisemodelling.propagation with parameters of type AttenuationOutput -
Uses of AttenuationOutput in org.noise_planet.noisemodelling.propagation.cnossos
Subclasses of AttenuationOutput in org.noise_planet.noisemodelling.propagation.cnossosModifier and TypeClassDescriptionclassOutput of the Cnossos attenuation computation (data class).Methods in org.noise_planet.noisemodelling.propagation.cnossos that return AttenuationOutputModifier and TypeMethodDescriptionCnossosPropagationModel.computeDirectAttenuation(PathFinder.SourcePointInfo source, PathFinder.ReceiverPointInfo receiver, SceneWithAttenuation scene, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute attenuation along direct path between source and receiverMethods in org.noise_planet.noisemodelling.propagation.cnossos that return types with arguments of type AttenuationOutputModifier and TypeMethodDescriptionCnossosPropagationModel.computeAttenuation(SceneWithAttenuation scene, CutProfile cutProfile, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute the attenuation for a list of paths -
Uses of AttenuationOutput in org.noise_planet.noisemodelling.propagation.template
Methods in org.noise_planet.noisemodelling.propagation.template that return AttenuationOutputModifier and TypeMethodDescriptionTemplatePropagationModel.computeDirectAttenuation(PathFinder.SourcePointInfo source, PathFinder.ReceiverPointInfo receiver, SceneWithAttenuation scene, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute attenuation along direct path between source and receiverMethods in org.noise_planet.noisemodelling.propagation.template that return types with arguments of type AttenuationOutputModifier and TypeMethodDescriptionTemplatePropagationModel.computeAttenuation(SceneWithAttenuation scene, CutProfile cutProfile, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute the attenuation for a given cut-profile