Class CutPointGroundEffect
- java.lang.Object
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
-
- org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPointGroundEffect
-
- All Implemented Interfaces:
Cloneable,Comparable<CutPoint>
public class CutPointGroundEffect extends CutPoint
-
-
Field Summary
Fields Modifier and Type Field Description intprocessedWallIndexObstacle index in the subdomain-
Fields inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
coordinate, groundCoefficient, zGround
-
-
Constructor Summary
Constructors Constructor Description CutPointGroundEffect()Empty constructor for deserializationCutPointGroundEffect(int processedWallIndex, org.locationtech.jts.geom.Coordinate intersectionCoordinate, double groundAbsorptionCoefficient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
clone, compareTo, getCoordinate, getGroundCoefficient, getzGround, setCoordinate, setGroundCoefficient, setZGround
-
-
-
-
Field Detail
-
processedWallIndex
public int processedWallIndex
Obstacle index in the subdomain- See Also:
ProfileBuilder.processedWalls
-
-