MCPcopy Create free account

hub / github.com/Universite-Gustave-Eiffel/NoiseModelling / functions

Functions2,348 in github.com/Universite-Gustave-Eiffel/NoiseModelling

↓ 1 callersMethodhandleWCSGet
Handles a Get request for the Web Coverage Service (WCS). The method processes the incoming HTTP request by examining the "request" query parameter. I
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/OwsController.java:267
↓ 1 callersMethodhandleWFSGet
Handles WFS (Web Feature Service) GET requests for the OWS (Web Services) endpoint. Depending on the value of the "request" query parameter, this meth
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/OwsController.java:242
↓ 1 callersMethodhandleWPSGet
Handles HTTP GET requests for the WPS (Web Processing Service) by managing the "GetCapabilities" and "DescribeProcess" operations. Based on the "reque
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/OwsController.java:205
↓ 1 callersMethodhasSourcesNearEnvelope
Check if there is at least one source geometry near the envelope @param connection Active connection @param fetchEnvelope Fetch envelope @param minima
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/DelaunayReceiversMaker.java:682
↓ 1 callersFunctioni
(a,c,d,e,f,i,j)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/wpsbuilder/assets/js/modernizr.custom.js:4
↓ 1 callersFunctionib
(b)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/moment.min.js:6
↓ 1 callersFunctionid
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/logs_ws.js:2
↓ 1 callersMethodinit
Initializes the noise map calculation by setting up required database tables based on the specified parameters. @throws SQLException @throws IOExcepti
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/output/NoiseMapWriter.java:364
↓ 1 callersMethodinitializeServerDatabaseStructure
(DataSource dataSource, Configuration configuration)
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/database/DatabaseManagement.java:120
↓ 1 callersMethodinstallExceptionHandlers
()
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/NoiseModellingServer.java:281
↓ 1 callersMethodinstallJobsRoutes
Routes for job management and custom WPS Builder operations
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/NoiseModellingServer.java:302
↓ 1 callersMethodinstallUserManagementRoutes
()
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/NoiseModellingServer.java:313
↓ 1 callersMethodinstallWpsRoutes
Web Processing Service (WPS) API
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/NoiseModellingServer.java:274
↓ 1 callersMethodinverse
The inverse/reciprocal of the complex number. @return the reciprocal of current complex number.
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/utils/ComplexNumber.java:386
↓ 1 callersMethodisBodyBarrier
()
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/path/Scene.java:77
↓ 1 callersMethodisComputeHorizontalDiffraction
@return True if diffraction rays will be computed on vertical edges (around buildings)
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/GridMapMaker.java:394
↓ 1 callersMethodisComputeLden
()
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/output/AttenuationOutputSingleThread.java:438
↓ 1 callersMethodisComputeVerticalDiffraction
@return True if diffraction of horizontal edges is computed.
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/GridMapMaker.java:462
↓ 1 callersMethodisCurvedPath
@return True if the path between source and receiver is curved
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/profilebuilder/CutProfile.java:90
↓ 1 callersMethodisInVehicleList
Find if a specific vehicle is in the Vehicle List @param vehicleName Name of a Vehicle @return true if in list
noisemodelling-emission/src/main/java/org/noise_planet/noisemodelling/emission/railway/Railway.java:155
↓ 1 callersMethodisOmnidirectional
Checks if the noise source at the specified index is omnidirectional. @param srcIndex Source index in the list sourceGeometries @return True if the so
noisemodelling-propagation/src/main/java/org/noise_planet/noisemodelling/propagation/SceneWithAttenuation.java:156
↓ 1 callersMethodisPrime2520
()
noisemodelling-propagation/src/main/java/org/noise_planet/noisemodelling/propagation/AttenuationParameters.java:186
↓ 1 callersMethodisReceiverHasAbsoluteZCoordinates
@return True if provided Z value are sea level (false for relative to ground level)
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/GridMapMaker.java:232
↓ 1 callersMethodisRunning
()
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/script/Job.java:282
↓ 1 callersMethodisSourceHasAbsoluteZCoordinates
@return True if provided Z value are sea level (false for relative to ground level)
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/GridMapMaker.java:247
↓ 1 callersMethodisUnsecure
Returns whether the server is in unsecure mode. @return true if unsecure mode is enabled, false otherwise
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/Configuration.java:263
↓ 1 callersMethodisValidRcrit
@param pp Cnossos path @param freq Frequency @return true if the r-criterion is valid
noisemodelling-propagation/src/main/java/org/noise_planet/noisemodelling/propagation/cnossos/AttenuationCnossos.java:232
↓ 1 callersMethodisValidUri
Validates if a string is a well-formed URI and uses an approved scheme (http, https, or file). @param uriString the string to validate; can be null o
noisemodelling-emission/src/main/java/org/noise_planet/noisemodelling/emission/utils/UriUtils.java:37
↓ 1 callersMethodisVerbose
()
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/GridMapMaker.java:80
↓ 1 callersMethodisgDisc
()
noisemodelling-propagation/src/main/java/org/noise_planet/noisemodelling/propagation/AttenuationParameters.java:190
↓ 1 callersMethoditeratorToIterable
(Iterator<T> iterator)
noisemodelling-emission/src/main/java/org/noise_planet/noisemodelling/emission/railway/Railway.java:53
↓ 1 callersMethoditeratorToIterable
(Iterator<T> iterator)
noisemodelling-emission/src/main/java/org/noise_planet/noisemodelling/emission/railway/nmpb/RailwayNMPB.java:63
↓ 1 callersFunctionj
(a,b,c,d,f)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/wpsbuilder/assets/js/modernizr.custom.js:4
↓ 1 callersFunctionkb
(a)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/moment.min.js:6
↓ 1 callersFunctionkt
(e,t,n,i)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/wpsbuilder/assets/js/jquery.min.js:4
↓ 1 callersMethodloadAtmosphericTableSettings
(Connection connection, String atmosphericSettingsTableName)
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/input/DefaultTableLoader.java:163
↓ 1 callersMethodloadCutProfile
(String utName)
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/autodoc/GenerateReferenceDeviation.java:74
↓ 1 callersMethodloadCutProfile
(InputStream inputStream)
noisemodelling-propagation/src/test/java/org/noise_planet/noisemodelling/propagation/AttenuationComputeOutputCnossosTest.java:100
↓ 1 callersFunctionm
()
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/moment.min.js:6
↓ 1 callersFunctionmain
()
Docs/scripts/OwsLib_ExecuteProcess.py:5
↓ 1 callersFunctionmain
()
Docs/scripts/OwsLib_ListProcess.py:5
↓ 1 callersMethodmain
(String... args)
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/runner/Main.java:75
↓ 1 callersMethodmakeProjectedPoint
Project point on y=ax+b plane @param a a plane parameter @param b b plane parameter @param point Point to project @return Projected point
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/utils/geometry/JTSUtility.java:168
↓ 1 callersMethodmakeTrainLWTable
Generate Train emission from train geometry tracks and train traffic @param connection Database connection @param railSectionTableName Table name of r
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/EmissionTableGenerator.java:257
↓ 1 callersFunctionmb
(a,b,c)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/moment.min.js:6
↓ 1 callersFunctionn
(a,c,f)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/wpsbuilder/assets/js/modernizr.custom.js:4
↓ 1 callersFunctionnb
(a)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/moment.min.js:6
↓ 1 callersFunctionnd
(a,b,c)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/moment.min.js:7
↓ 1 callersFunctionnext
()
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/wpsbuilder/assets/js/bootstrap.js:1746
↓ 1 callersMethodnoise2_UnskewedBase
2D OpenSimplex2S/SuperSimplex noise base.
noisemodelling-pathfinder/src/test/java/org/noise_planet/noisemodelling/pathfinder/OpenSimplex2S.java:54
↓ 1 callersFunctionob
(a)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/moment.min.js:6
↓ 1 callersMethodoffsetCoordinatesToAltitudeUsingDigitalElevationModel
Update ground Z coordinates of sound sources absolute to sea levels @param geometryCoordinates Geometry coordinates to offset the Z value @param check
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/profilebuilder/ProfileBuilder.java:375
↓ 1 callersFunctionon
(e,t,n)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/wpsbuilder/assets/js/jquery.min.js:6
↓ 1 callersMethodonEndComputation
(ReceiverComputationTime receiverComputationTime)
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/utils/profiler/ReceiverStatsMetric.java:55
↓ 1 callersMethodonJobEnd
()
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/script/Job.java:91
↓ 1 callersMethodonNewCutPlane
(CutProfile cutProfile)
noisemodelling-propagation/src/main/java/org/noise_planet/noisemodelling/propagation/AttenuationVisitor.java:37
↓ 1 callersMethodonReceiverCutProfiles
(int receiverId, int receiverCutProfiles, int numberOfSources, int numbe
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/utils/profiler/ReceiverStatsMetric.java:59
↓ 1 callersMethodopenBrowser
Opens the default web browser and navigates to the specified URL. @param url the URL to be opened in the default web browser. It must be a properly f
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/NoiseModellingServer.java:333
↓ 1 callersMethodopenSafeStream
Fetches a resource as an InputStream using the modern HttpClient API. This method validates the HTTP status code before returning the stream. @param
noisemodelling-emission/src/main/java/org/noise_planet/noisemodelling/emission/utils/UriUtils.java:59
↓ 1 callersFunctionp
(e)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/axios.min.js:2
↓ 1 callersMethodparseGroovyScriptMetadata
Parses metadata from a provided Groovy script file and extracts details such as title, description, inputs, and outputs defined within the script. The
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/script/ScriptMetadata.java:127
↓ 1 callersFunctionpb
(a)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/moment.min.js:6
↓ 1 callersMethodprintBuildIdentifiers
Logs the collected libraries in a tabular format.
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/runner/Main.java:54
↓ 1 callersMethodprocessBuilding
(int processedWallIndex, Coordinate intersection, Wall facetLine, LineSegment
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/profilebuilder/ProfileBuilder.java:1191
↓ 1 callersMethodprocessDelaunay
Launch delaunay process
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/delaunay/LayerDelaunay.java:71
↓ 1 callersMethodprocessEmission
@param pk Source primary key @param rs Emission source table IDSOURCE, PERIOD, LV, HV .. @throws SQLException
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/input/SceneWithEmission.java:85
↓ 1 callersMethodprocessEmissionDEN
(Long pk, SpatialResultSet rs)
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/input/SceneWithEmission.java:109
↓ 1 callersMethodprocessGroundEffect
(int processedWallIndex, Coordinate intersection, Wall facetLine, LineSegm
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/profilebuilder/ProfileBuilder.java:1223
↓ 1 callersMethodprocessOutputs
(ProcessOutputsType outputs, ScriptOutput scriptOutput)
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/script/WpsXmlDocumentGenerator.java:121
↓ 1 callersMethodprocessRaysStack
Processes the stack of CnossosPath objects and inserts their data into the rays table. @param stack the stack of CnossosPath objects containing the da
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/output/NoiseMapWriter.java:110
↓ 1 callersMethodprocessResult
Format the WPS output for the rendering of the WPS Builder website @param context @param result
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/OwsController.java:588
↓ 1 callersMethodprocessStack
Pop values from stack and insert rows @param tableName Table to feed @param stack Stack to pop from @throws SQLException Got an error
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/output/NoiseMapWriter.java:191
↓ 1 callersMethodprocessTrafficFlow
@param pk Source primary key @param rs Emission source table IDSOURCE, PERIOD, LV, HV .. @throws SQLException
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/input/SceneWithEmission.java:63
↓ 1 callersMethodprocessTrafficFlowDEN
(Long pk, SpatialResultSet rs)
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/input/SceneWithEmission.java:49
↓ 1 callersMethodprocessWall
(int processedWallIndex, Coordinate intersection, Wall facetLine, LineSegm
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/profilebuilder/ProfileBuilder.java:1169
↓ 1 callersMethodpropagationPathAsJSON
(CnossosPath path)
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/output/NoiseMapWriter.java:96
↓ 1 callersFunctionq
(a)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/wpsbuilder/assets/js/modernizr.custom.js:4
↓ 1 callersFunctionqt
(e)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/wpsbuilder/assets/js/jquery.min.js:5
↓ 1 callersFunctionr
()
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/wpsbuilder/assets/js/bootstrap.min.js:6
↓ 1 callersFunctionrb
(b)
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/root/js/moment.min.js:6
↓ 1 callersMethodrcvSrcPropagation
Calculation of the propagation between the given source and receiver. The result is registered in the given output. @param src Source point. @para
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/PathFinder.java:293
↓ 1 callersMethodreadFromDatabase
Reads attenuation parameters from a database ResultSet and populates a map with these parameters for different periods. @param rs the ResultSet objec
noisemodelling-propagation/src/main/java/org/noise_planet/noisemodelling/propagation/AttenuationParameters.java:461
↓ 1 callersMethodreadHeader
(Scanner scanner)
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/utils/AscReaderDriver.java:119
↓ 1 callersMethodreadVector
@param in @return @throws IOException
noisemodelling-propagation/src/main/java/org/noise_planet/noisemodelling/propagation/cnossos/Path.java:300
↓ 1 callersMethodregisterRecursive
(WatchService watchService)
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/script/ScriptFileWatchedProcess.java:101
↓ 1 callersMethodreloadScripts
Reloads the WPS (Web Processing Service) scripts by reloading them from the file system and rebuilding the corresponding script wrappers. @throws IOE
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/OwsController.java:140
↓ 1 callersFunctionremoveElement
()
noisemodelling-scripts/src/main/resources/org/noise_planet/noisemodelling/webserver/static/wpsbuilder/assets/js/bootstrap.js:101
↓ 1 callersMethodremoveJob
Remove a job from the service. This does not cancel the job if it is still running, it just removes it from the tracking map. See cancelJob(int jobId)
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/script/JobExecutorService.java:75
↓ 1 callersMethodreset
Remove all data, come back to the constructor state
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/delaunay/LayerDelaunay.java:91
↓ 1 callersMethodreturnExceptionDocument
(Context ctx, Exception ex)
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/OwsController.java:178
↓ 1 callersMethodsendMemoryStats
Sends current JVM memory statistics to the connected WebSocket client. @param ctx the WebSocket context
noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/UserController.java:419
↓ 1 callersMethodsetArray
(int parameterIndex, Array x)
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/utils/StringPreparedStatements.java:208
↓ 1 callersMethodsetAs3DPoint
@param as3DPoint If true ASC is imported as 3D points cloud, Raster is imported in pixel polygons otherwise.
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/utils/AscReaderDriver.java:84
↓ 1 callersMethodsetBridgeTransfert
(String bridgeTransfert)
noisemodelling-emission/src/main/java/org/noise_planet/noisemodelling/emission/railway/cnossos/RailwayTrackCnossosParameters.java:95
↓ 1 callersMethodsetBridgeTransfert
(int bridgeTransfert)
noisemodelling-emission/src/main/java/org/noise_planet/noisemodelling/emission/railway/nmpb/RailwayTrackNMPBParameters.java:119
↓ 1 callersMethodsetCloseReceiverReflectionWallDistance
(double closeReceiverReflectionWallDistance)
noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/path/Scene.java:173
↓ 1 callersMethodsetCloseReceiverReflectionWallDistance
@param closeReceiverReflectionWallDistance Maximum receiver-to-wall distance in meters below which reflecti
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/GridMapMaker.java:371
↓ 1 callersMethodsetComputeRaysOutFactory
@param computeRaysOutFactory Factory to create output data handler for each cell
noisemodelling-jdbc/src/main/java/org/noise_planet/noisemodelling/jdbc/NoiseMapByReceiverMaker.java:162
↓ 1 callersMethodsetCurvature
(int curvature)
noisemodelling-emission/src/main/java/org/noise_planet/noisemodelling/emission/railway/cnossos/RailwayTrackCnossosParameters.java:103
↓ 1 callersMethodsetCurvature
(int curvature)
noisemodelling-emission/src/main/java/org/noise_planet/noisemodelling/emission/railway/nmpb/RailwayTrackNMPBParameters.java:127
← previousnext →1,101–1,200 of 2,348, ranked by callers