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 class
CutPointGroundEffect
class
CutPointReceiver
class
CutPointReflection
class
CutPointSource
class
CutPointTopography
A rupture in the topographic profileclass
CutPointVEdgeDiffraction
Pivot point on the vertical profile.class
CutPointWall
Fields in org.noise_planet.noisemodelling.pathfinder.profilebuilder with type parameters of type CutPoint Modifier and Type Field Description ArrayList<CutPoint>
CutProfile. cutPoints
List of cut points.Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type CutPoint Modifier and Type Method Description int
CutPointDistanceComparator. compare(CutPoint o1, CutPoint o2)
int
CutPoint. compareTo(CutPoint cutPoint)
double
CutProfile. getGPath(CutPoint p0, CutPoint p1, double buildingRoofG)
compute the path between two pointsvoid
CutProfile. 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 void
GeoJSONDocument. writeCutPoint(CutPoint cutPoint)
-
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
-