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 SegmentPath
CnossosPathBuilder. computeSegment(org.locationtech.jts.geom.Coordinate src, org.locationtech.jts.geom.Coordinate rcv, double[] meanPlane)
Compute the segment pathstatic SegmentPath
CnossosPathBuilder. 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 attributeSegmentPath
Path. 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 double
AttenuationCnossos. aGroundF(CnossosPath proPathParameters, SegmentPath path, AttenuationParameters data, int idFreq)
static double
AttenuationCnossos. aGroundF(CnossosPath proPathParameters, SegmentPath path, AttenuationParameters data, int idFreq, boolean forceGPath)
Compute AGroundFstatic double
AttenuationCnossos. aGroundH(CnossosPath proPathParameters, SegmentPath path, AttenuationParameters data, int idFreq)
Compute AGroundHstatic double
AttenuationCnossos. aGroundH(CnossosPath proPathParameters, SegmentPath path, AttenuationParameters data, int idFreq, boolean forceGPath)
Compute AGroundHstatic void
CnossosPathBuilder. 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)
double
Path. computeZr(SegmentPath segmentPath)
double
Path. computeZrPrime(SegmentPath segmentPath)
Eq 2.5.19double
Path. computeZsPrime(SegmentPath segmentPath)
Eq 2.5.19static double[]
AttenuationCnossos. getAGroundCore(CnossosPath pathParameters, SegmentPath segmentPath, AttenuationParameters data)
Eq. 2.5.15: Compute Agroundstatic double[]
AttenuationCnossos. getDeltaDif(SegmentPath srpath, AttenuationParameters data)
Eq 2.5.21: calculate the value of DeltaDifvoid
Path. setSRSegment(SegmentPath srSegment)
Method parameters in org.noise_planet.noisemodelling.propagation.cnossos with type arguments of type SegmentPath Modifier and Type Method Description static void
CnossosPathBuilder. 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)
void
Path. 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)
-