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>
-
Field Summary
FieldsFields inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
coordinate, groundCoefficient, zGround -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for deserializationCutPointGroundEffect(int processedWallIndex, org.locationtech.jts.geom.Coordinate intersectionCoordinate, double groundAbsorptionCoefficient) -
Method Summary
Methods inherited from class org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutPoint
clone, compareTo, getCoordinate, getGroundCoefficient, getzGround, setCoordinate, setGroundCoefficient, setZGround
-
Field Details
-
processedWallIndex
public int processedWallIndexObstacle index in the subdomain- See Also:
-
-
Constructor Details
-
CutPointGroundEffect
public CutPointGroundEffect(int processedWallIndex, org.locationtech.jts.geom.Coordinate intersectionCoordinate, double groundAbsorptionCoefficient) -
CutPointGroundEffect
public CutPointGroundEffect()Empty constructor for deserialization
-
-
Method Details