Uses of Class
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
-
-
Uses of CutPoint in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Subclasses of CutPoint in org.noise_planet.noisemodelling.pathfinder.profilebuilder Modifier and Type Class Description classCutPointGroundEffectclassCutPointReceiverclassCutPointReflectionclassCutPointSourceclassCutPointTopographyA rupture in the topographic profileclassCutPointVEdgeDiffractionPivot point on the vertical profile.classCutPointWallFields in org.noise_planet.noisemodelling.pathfinder.profilebuilder with type parameters of type CutPoint Modifier and Type Field Description ArrayList<CutPoint>CutProfile. cutPointsList of cut points.Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return CutPoint Modifier and Type Method Description CutPointCutPoint. clone()Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return types with arguments of type CutPoint Modifier and Type Method Description ArrayList<CutPoint>CutProfile. getCutPoints()Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type CutPoint Modifier and Type Method Description intCutPointDistanceComparator. compare(CutPoint o1, CutPoint o2)intCutPoint. compareTo(CutPoint cutPoint)doubleCutProfile. getGPath(CutPoint p0, CutPoint p1, double buildingRoofG)compute 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 CutPoint Modifier and Type Method Description static 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 CutPoint Constructor Description CutPoint(CutPoint other)Copy 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 Modifier and Type Method Description voidGeoJSONDocument. writeCutPoint(CutPoint 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 CutPoint Modifier and Type Method Description static List<CutPoint>CurvedProfileGenerator. applyTransformation(List<CutPoint> flatProfile, boolean inversed)Salomons, E., Van Maercke, D., Defrance, JMethod parameters in org.noise_planet.noisemodelling.pathfinder.utils.geometry with type arguments of type CutPoint Modifier and Type Method Description static List<CutPoint>CurvedProfileGenerator. applyTransformation(List<CutPoint> flatProfile, boolean inversed)Salomons, E., Van Maercke, D., Defrance, J -
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 Modifier and Type Method Description List<CutPoint>Path. getCutPoints()3D intersections points of the ray
-