Uses of Class
org.noise_planet.noisemodelling.propagation.cnossos.SegmentPath
-
Packages that use SegmentPath Package Description org.noise_planet.noisemodelling.propagation.cnossos -
-
Uses of SegmentPath in org.noise_planet.noisemodelling.propagation.cnossos
Methods in org.noise_planet.noisemodelling.propagation.cnossos that return SegmentPath Modifier and Type Method Description static SegmentPathCnossosPathBuilder. computeSegment(org.locationtech.jts.geom.Coordinate src, org.locationtech.jts.geom.Coordinate rcv, double[] meanPlane)Compute the segment pathstatic SegmentPathCnossosPathBuilder. computeSegment(org.locationtech.jts.geom.Coordinate src, org.locationtech.jts.geom.Coordinate rcv, double[] meanPlane, double gPath, double gS)Compute the segment path with more attributeSegmentPathPath. getSRSegment()Methods in org.noise_planet.noisemodelling.propagation.cnossos that return types with arguments of type SegmentPath Modifier and Type Method Description List<SegmentPath>Path. getSegmentList()Methods in org.noise_planet.noisemodelling.propagation.cnossos with parameters of type SegmentPath Modifier and Type Method Description static 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 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)doublePath. computeZr(SegmentPath segmentPath)doublePath. computeZrPrime(SegmentPath segmentPath)Eq 2.5.19doublePath. computeZsPrime(SegmentPath segmentPath)Eq 2.5.19static double[]AttenuationCnossos. getAGroundCore(CnossosPath pathParameters, SegmentPath segmentPath, AttenuationParameters data)Eq. 2.5.15: Compute AgroundvoidPath. setSRSegment(SegmentPath srSegment)Method parameters in org.noise_planet.noisemodelling.propagation.cnossos with type arguments of type SegmentPath Modifier and Type Method Description static 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)voidPath. setSegmentList(List<SegmentPath> segmentList)Constructor parameters in org.noise_planet.noisemodelling.propagation.cnossos with type arguments of type SegmentPath Constructor Description Path(List<SegmentPath> segmentList)
-