| | |
| | | * @return |
| | | */ |
| | | public List<CountEntity> countWaterDamageByPrj(); |
| | | |
| | | |
| | | /** |
| | | * 统计数字线划图面积 |
| | | * |
| | | * @return |
| | | */ |
| | | public List<CountEntity> countDlgAreaByPrj(); |
| | | |
| | | |
| | | /** |
| | | * 按项目统计数字正射影像图面积 |
| | | * |
| | | * @return |
| | | */ |
| | | public List<CountEntity> countDomAreaByPrj(); |
| | | |
| | | /** |
| | | * 统计管线长度 |
| | | * |
| | | * @return |
| | | */ |
| | | public List<CountEntity> countLineLength(); |
| | | |
| | | /** |
| | | * 按项目统计勘探点个数 |
| | | * |
| | | * @return |
| | | */ |
| | | public List<CountEntity> countExplorationPointByPrj(); |
| | | |
| | | |
| | | /** |
| | | * 按项目统计地质模型面积 |
| | | * |
| | | * @return |
| | | */ |
| | | public List<CountEntity> countGeoModelAreaByPrj(); |
| | | |
| | | /** |
| | | * 按项目统计地灾点个数 |
| | | * |
| | | * @return |
| | | */ |
| | | public List<CountEntity> countGeologicHazardByPrj(); |
| | | } |