| | |
| | | package com.flightfeather.uav.model.underwaygrid |
| | | |
| | | import com.flightfeather.uav.model.BaseDataPrep |
| | | import com.flightfeather.uav.model.BaseModel |
| | | import com.flightfeather.uav.model.BaseSection |
| | | import com.flightfeather.uav.model.BaseWeight |
| | | import com.flightfeather.uav.model.* |
| | | import com.flightfeather.uav.model.epw.NoSection |
| | | import com.flightfeather.uav.model.epw.WeightType |
| | | import com.flightfeather.uav.socket.eunm.FactorType |
| | | |
| | |
| | | |
| | | override var weights: List<BaseWeight<GridCellAndData, GridCellSop>> = listOf(GridWindDirWeight(), GridWindDisWeight()) |
| | | |
| | | override var sections: List<BaseSection<GridCellAndData, GridCellSop>> = emptyList() |
| | | override var sections: List<BaseSection<GridCellAndData, GridCellSop>> = listOf(BaseNoSection()) |
| | | |
| | | override fun mDataCheck(m: GridCellAndData): Boolean { |
| | | return m.gridDataDetail.pm25 != null |