Class CutPointWall
java.lang.Object
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPointWall
- All Implemented Interfaces:
Cloneable,Comparable<CutPoint>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis point encounter this kind of limit - We can enter or exit a polygon - pass a line (a wall without width) -
Field Summary
FieldsModifier and TypeFieldDescriptionintObstacle index in the subdomainorg.locationtech.jts.geom.LineSegmentx,y,z coordinates of the top segment of the wall that intersects the vertical cut plane z is altitudeWall absorption coefficient per frequency band.Database primary key value of the obstacleFields inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
coordinate, groundCoefficient, zGround -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for deserializationCutPointWall(int processedWallIndex, org.locationtech.jts.geom.Coordinate intersection, org.locationtech.jts.geom.LineSegment wallSegment, List<Double> wallAlpha) -
Method Summary
Methods inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
clone, compareTo, getCoordinate, getGroundCoefficient, getzGround, setCoordinate, setGroundCoefficient, setZGround
-
Field Details
-
wall
public org.locationtech.jts.geom.LineSegment wallx,y,z coordinates of the top segment of the wall that intersects the vertical cut plane z is altitude -
wallAlpha
Wall absorption coefficient per frequency band. -
processedWallIndex
public int processedWallIndexObstacle index in the subdomain- See Also:
-
intersectionType
-
wallPk
Database primary key value of the obstacle
-
-
Constructor Details
-
CutPointWall
public CutPointWall()Empty constructor for deserialization -
CutPointWall
-
-
Method Details