| | |
| | | */ |
| | | class PollutedClue() : BaseExceptionResult() { |
| | | |
| | | // constructor( |
| | | // tag: ExceptionTag, factor: FactorFilter.SelectedFactor, eType: ExceptionType, config: RTExcWindLevelConfig, |
| | | // windLevelCondition: RTExcWindLevelConfig.WindLevelCondition?, |
| | | // ) : this() { |
| | | // if (tag.exceptionData.isEmpty()) return |
| | | // deviceCode = tag.startData?.deviceCode |
| | | // pollutedData = PollutedData( |
| | | // tag.startData!!, tag.endData, factor, tag.exceptionData, tag.historyData, eType, windLevelCondition |
| | | // ) |
| | | // pollutedArea = PollutedArea(tag.historyData, tag.exceptionData, config, windLevelCondition) |
| | | // } |
| | | |
| | | constructor( |
| | | exceptions: List<Pair<FactorFilter.SelectedFactor, ExceptionTag>>, |
| | | eType: ExceptionType, |
| | |
| | | pollutedArea = PollutedArea(historyData, exceptionData, config, windLevelCondition) |
| | | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 6. 展示数据变化情况,上升速率等等 |
| | | */ |
| | | |
| | | /** |
| | | * @see [MsgType] |