Uses of Class
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
Packages that use CutPoint
Package
Description
-
Uses of CutPoint in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Subclasses of CutPoint in org.noise_planet.noisemodelling.pathfinder.profilebuilderModifier and TypeClassDescriptionclassclassclassclassclassA rupture in the topographic profileclassPivot point on the vertical profile.classFields in org.noise_planet.noisemodelling.pathfinder.profilebuilder with type parameters of type CutPointMethods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return CutPointMethods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return types with arguments of type CutPointMethods in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type CutPointModifier and TypeMethodDescriptionintintdoublecompute the path between two pointsvoidCutProfile.insertCutPoint(boolean sortBySourcePosition, CutPoint... cutPointsToInsert) Insert and sort cut points,Method parameters in org.noise_planet.noisemodelling.pathfinder.profilebuilder with type arguments of type CutPointModifier and TypeMethodDescriptionList<org.locationtech.jts.geom.Coordinate> CutProfile.computePts2D(boolean curvedPath, List<CutPoint> transformedCutPointsOut) Compute 2D coordinates, optionally applying curved transformationstatic List<org.locationtech.jts.geom.Coordinate> CutProfile.computePts2DGround(List<CutPoint> pts, double tolerance, List<Integer> index) From the vertical plane cut, extract only the top elevation points (buildings/walls top or ground if no buildings) then re-project it into a 2d coordinate system.static List<org.locationtech.jts.geom.Coordinate> CutProfile.computePtsGround(List<CutPoint> pts, List<Integer> index) From the vertical plane cut, extract only the top elevation points (buildings/walls top or ground if no buildings)Constructors in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type CutPointModifierConstructorDescriptionCopy constructorCutPointReceiver(CutPoint receiver) CutPointReflection(CutPoint cutPoint, org.locationtech.jts.geom.LineSegment wall, List<Double> wallAlpha) ConstructorCutPointSource(CutPoint src) CutPointVEdgeDiffraction(CutPoint source) -
Uses of CutPoint in org.noise_planet.noisemodelling.pathfinder.utils.documents
Methods in org.noise_planet.noisemodelling.pathfinder.utils.documents with parameters of type CutPoint -
Uses of CutPoint in org.noise_planet.noisemodelling.pathfinder.utils.geometry
Methods in org.noise_planet.noisemodelling.pathfinder.utils.geometry that return types with arguments of type CutPointModifier and TypeMethodDescriptionCurvedProfileGenerator.applyTransformation(List<CutPoint> flatProfile, boolean inversed) Salomons, E., Van Maercke, D., Defrance, J.,&De Roo, F. (2011).Method parameters in org.noise_planet.noisemodelling.pathfinder.utils.geometry with type arguments of type CutPointModifier and TypeMethodDescriptionCurvedProfileGenerator.applyTransformation(List<CutPoint> flatProfile, boolean inversed) Salomons, E., Van Maercke, D., Defrance, J.,&De Roo, F. (2011). -
Uses of CutPoint in org.noise_planet.noisemodelling.propagation.cnossos
Methods in org.noise_planet.noisemodelling.propagation.cnossos that return types with arguments of type CutPoint