| | |
| | | /** |
| | | * 根据项目编码查询钻孔数据坐标点 |
| | | * |
| | | * @param code |
| | | * @return |
| | | * @date |
| | | */ |
| | | public List<CoordinateEntity> selectExplorationPoints(String code); |
| | | |
| | |
| | | * @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(); |
| | | |
| | | /** |
| | | * 项目数据分类统计 |
| | | * |
| | | * @param code |
| | | * @return |
| | | */ |
| | | public List<CountEntity> countVariousDataByPrj(String code); |
| | | } |