src/main/kotlin/com/flightfeather/uav/lightshare/service/SatelliteTelemetryService.kt
@@ -44,4 +44,10 @@ fun importGridAOD(groupId: Int, dataTime: LocalDateTime?, update: Boolean, file: MultipartFile): GridDataImportResult? fun downloadAODTemplate(response: HttpServletResponse): Boolean /** * 根据卫星遥测网格的中心坐标点,计算网格4个顶点坐标 * @param groupId 网格组索引id */ fun calGridVertex(groupId: Int): List<GridCell?> }