Uses of Class
org.noise_planet.noisemodelling.propagation.cnossos.CnossosPath
-
Packages that use CnossosPath Package Description org.noise_planet.noisemodelling.jdbc.output org.noise_planet.noisemodelling.propagation org.noise_planet.noisemodelling.propagation.cnossos -
-
Uses of CnossosPath in org.noise_planet.noisemodelling.jdbc.output
Fields in org.noise_planet.noisemodelling.jdbc.output with type parameters of type CnossosPath Modifier and Type Field Description List<CnossosPath>AttenuationOutputSingleThread. cnossosPathsConcurrentLinkedDeque<CnossosPath>ResultsCache. cnossosPathsMethods in org.noise_planet.noisemodelling.jdbc.output that return CnossosPath Modifier and Type Method Description static CnossosPathNoiseMapWriter. jsonToPropagationPath(String json)Methods in org.noise_planet.noisemodelling.jdbc.output with parameters of type CnossosPath Modifier and Type Method Description StringNoiseMapWriter. propagationPathAsJSON(CnossosPath path)Method parameters in org.noise_planet.noisemodelling.jdbc.output with type arguments of type CnossosPath Modifier and Type Method Description voidAttenuationOutputSingleThread. pushInStack(ConcurrentLinkedDeque<CnossosPath> stack, Collection<CnossosPath> data)Adds Cnossos paths to a concurrent stack while maintaining the maximum stack size.voidAttenuationOutputSingleThread. pushInStack(ConcurrentLinkedDeque<CnossosPath> stack, Collection<CnossosPath> data)Adds Cnossos paths to a concurrent stack while maintaining the maximum stack size. -
Uses of CnossosPath in org.noise_planet.noisemodelling.propagation
Fields in org.noise_planet.noisemodelling.propagation with type parameters of type CnossosPath Modifier and Type Field Description Deque<CnossosPath>AttenuationComputeOutput. pathParametersList<CnossosPath>AttenuationVisitor. pathParametersMethods in org.noise_planet.noisemodelling.propagation that return types with arguments of type CnossosPath Modifier and Type Method Description List<CnossosPath>AttenuationComputeOutput. getPropagationPaths()Methods in org.noise_planet.noisemodelling.propagation with parameters of type CnossosPath Modifier and Type Method Description voidAttenuationVisitor. computeAttenuation(CnossosPath path)Process Cnossos propagation path to compute attenuation -
Uses of CnossosPath in org.noise_planet.noisemodelling.propagation.cnossos
Methods in org.noise_planet.noisemodelling.propagation.cnossos that return CnossosPath Modifier and Type Method Description static CnossosPathCnossosPathBuilder. computeCnossosPathFromCutProfile(CutProfile cutProfile, boolean bodyBarrier, List<Double> exactFrequencyArray, double gS, boolean favourable)Given the vertical cut profile (can be a single plane or multiple like a folding panel) return the ray path following Cnossos specification, or null if there is no valid path.Methods in org.noise_planet.noisemodelling.propagation.cnossos that return types with arguments of type CnossosPath Modifier and Type Method Description static List<CnossosPath>CnossosPathBuilder. computeCnossosPathsFromCutProfile(CutProfile cutProfile, boolean bodyBarrier, List<Double> exactFrequencyArray, double gS)Given the vertical cut profile (can be a single plane or multiple like a folding panel) return the multiple contribution ray paths following Cnossos specification, or empty if there is no valid path.Methods in org.noise_planet.noisemodelling.propagation.cnossos with parameters of type CnossosPath Modifier and Type Method Description static double[]AttenuationCnossos. aBoundary(CnossosPath path, AttenuationParameters data)Compute ABoundarystatic double[]AttenuationCnossos. aDiv(CnossosPath pathParameters, AttenuationParameters data)Compute ADiv the attenuationstatic doubleAttenuationCnossos. aGroundF(CnossosPath proPathParameters, SegmentPath path, AttenuationParameters data, int idFreq)static doubleAttenuationCnossos. aGroundF(CnossosPath proPathParameters, SegmentPath path, AttenuationParameters data, int idFreq, boolean forceGPath)Compute AGroundFstatic doubleAttenuationCnossos. aGroundH(CnossosPath proPathParameters, SegmentPath path, AttenuationParameters data, int idFreq)Compute AGroundHstatic doubleAttenuationCnossos. aGroundH(CnossosPath proPathParameters, SegmentPath path, AttenuationParameters data, int idFreq, boolean forceGPath)Compute AGroundHstatic double[]AttenuationCnossos. computeCnossosAttenuation(AttenuationParameters data, CnossosPath proPathParameters, SceneWithAttenuation scene, boolean exportAttenuationMatrix)Compute the Attenuation for each frequency with a given sourceId, sourceLi and sourceIdstatic voidCnossosPathBuilder. computeRayleighDiff(SegmentPath srSeg, CutProfile cutProfile, CnossosPath pathParameters, org.locationtech.jts.geom.LineSegment dSR, List<SegmentPath> segments, List<PointPath> points, List<org.locationtech.jts.geom.Coordinate> pts2D, org.locationtech.jts.geom.Coordinate[] pts2DGround, List<Integer> cut2DGroundIndex, List<Double> exactFrequencyArray)static double[]AttenuationCnossos. deltaRetrodif(CnossosPath reflect, AttenuationParameters data)Compute deltaRetrodif Figure 2.5.36static double[]AttenuationCnossos. getAGroundCore(CnossosPath pathParameters, SegmentPath segmentPath, AttenuationParameters data)Eq. 2.5.15: Compute AgroundConstructors in org.noise_planet.noisemodelling.propagation.cnossos with parameters of type CnossosPath Constructor Description CnossosPath(CnossosPath other)
-