Uses of Class
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutProfile
-
-
Uses of CutProfile in org.noise_planet.noisemodelling.pathfinder
Fields in org.noise_planet.noisemodelling.pathfinder with type parameters of type CutProfile Modifier and Type Field Description ConcurrentLinkedDeque<CutProfile>DefaultCutPlaneVisitor. cutProfilesThis list is thread safe so can be used in a multi-thread environmentMethods in org.noise_planet.noisemodelling.pathfinder that return CutProfile Modifier and Type Method Description CutProfilePathFinder. computeVEdgeDiffraction(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, Scene data, PathFinder.ComputationSide side, boolean curved)Compute horizontal diffraction (diffraction of vertical edge.)Methods in org.noise_planet.noisemodelling.pathfinder that return types with arguments of type CutProfile Modifier and Type Method Description Collection<CutProfile>DefaultCutPlaneVisitor. getCutProfiles()Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type CutProfile Modifier and Type Method Description CutPlaneVisitor.PathSearchStrategyCutPlaneVisitor. onNewCutPlane(CutProfile cutProfile)A new vertical profile between a receiver and a source has been foundCutPlaneVisitor.PathSearchStrategyDefaultCutPlaneVisitor. onNewCutPlane(CutProfile cutProfile) -
Uses of CutProfile in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return CutProfile Modifier and Type Method Description CutProfileProfileBuilder. getProfile(org.locationtech.jts.geom.Coordinate c0, org.locationtech.jts.geom.Coordinate c1)Retrieve the cutting profile following the line build from the given coordinates.CutProfileProfileBuilder. getProfile(org.locationtech.jts.geom.Coordinate sourceCoordinate, org.locationtech.jts.geom.Coordinate receiverCoordinate, double defaultGroundAttenuation, boolean stopAtObstacleOverSourceReceiver)Retrieve the cutting profile following the line build from the given coordinates.Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type CutProfile Modifier and Type Method Description voidProfileBuilder. addTopoCutPts(org.locationtech.jts.geom.Coordinate p1, org.locationtech.jts.geom.Coordinate p2, CutProfile profile, boolean stopAtObstacleOverSourceReceiver) -
Uses of CutProfile in org.noise_planet.noisemodelling.pathfinder.utils.documents
Methods in org.noise_planet.noisemodelling.pathfinder.utils.documents with parameters of type CutProfile Modifier and Type Method Description voidGeoJSONDocument. writeProfile(CutProfile profile)KMLDocumentKMLDocument. writeProfile(String layerName, CutProfile profile)
-