-
- All Implemented Interfaces:
public final class ThresholdDistances
-
-
Field Summary
Fields Modifier and Type Field Description private Integer
previousThresholdDistance
private Integer
nextThresholdDistance
private Integer
previousLookAheadDistance
private Integer
nextLookAheadDistance
-
Constructor Summary
Constructors Constructor Description ThresholdDistances(Integer previousThresholdDistance, Integer nextThresholdDistance, Integer previousLookAheadDistance, Integer nextLookAheadDistance)
-
Method Summary
Modifier and Type Method Description final Integer
getPreviousThresholdDistance()
Previous threshold distance in meters final Unit
setPreviousThresholdDistance(Integer previousThresholdDistance)
Previous threshold distance in meters final Integer
getNextThresholdDistance()
Next threshold distance in meters final Unit
setNextThresholdDistance(Integer nextThresholdDistance)
Next threshold distance in meters final Integer
getPreviousLookAheadDistance()
Previous look ahead distance in meters final Unit
setPreviousLookAheadDistance(Integer previousLookAheadDistance)
Previous look ahead distance in meters final Integer
getNextLookAheadDistance()
Next look ahead distance in meters final Unit
setNextLookAheadDistance(Integer nextLookAheadDistance)
Next look ahead distance in meters -
-
Method Detail
-
getPreviousThresholdDistance
final Integer getPreviousThresholdDistance()
Previous threshold distance in meters
-
setPreviousThresholdDistance
final Unit setPreviousThresholdDistance(Integer previousThresholdDistance)
Previous threshold distance in meters
-
getNextThresholdDistance
final Integer getNextThresholdDistance()
Next threshold distance in meters
-
setNextThresholdDistance
final Unit setNextThresholdDistance(Integer nextThresholdDistance)
Next threshold distance in meters
-
getPreviousLookAheadDistance
final Integer getPreviousLookAheadDistance()
Previous look ahead distance in meters
-
setPreviousLookAheadDistance
final Unit setPreviousLookAheadDistance(Integer previousLookAheadDistance)
Previous look ahead distance in meters
-
getNextLookAheadDistance
final Integer getNextLookAheadDistance()
Next look ahead distance in meters
-
setNextLookAheadDistance
final Unit setNextLookAheadDistance(Integer nextLookAheadDistance)
Next look ahead distance in meters
-
-
-
-