| | |
| | | package com.ruoyi.device.camera.service.impl;
|
| | |
|
| | | import com.ruoyi.alarm.global.domain.GuidePoint;
|
| | | import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWell;
|
| | | import com.ruoyi.alarmpoints.well.domain.ArdWellGuideCamera;
|
| | | import com.ruoyi.alarmpoints.well.service.IArdAlarmpointsWellService;
|
| | |
| | | if (well == null) {
|
| | | return AjaxResult.error("井不存在");
|
| | | }
|
| | | cmd.setTargetPosition(new double[]{well.getLongitude(), well.getLatitude()});
|
| | | GuidePoint guidePoint=new GuidePoint().setLongitude(well.getLongitude()).setLatitude(well.getLatitude());
|
| | | cmd.setTargetPosition(guidePoint);
|
| | |
|
| | | //获取井配置的引导相机列表
|
| | | List<ArdWellGuideCamera> ardWellGuideCameraList = well.getArdWellGuideCameraList();
|