|
@@ -55,10 +55,11 @@ public class AisAnalysisUtil {
|
|
|
AisAnalyBase analyBase = new AisAnalysisUtil().judgeCRC(msg);
|
|
|
log.info("解析后:{}",analyBase);
|
|
|
BoatInfoEntity boatInfoEntity = new BoatInfoEntity();
|
|
|
+ GHAisInfo ghAisInfo = new GHAisInfo();
|
|
|
if (analyBase.getMmsi() != null){
|
|
|
boatInfoEntity.setId(analyBase.getMmsi());
|
|
|
+ ghAisInfo.setDeviCeid(analyBase.getMmsi());
|
|
|
}
|
|
|
- GHAisInfo ghAisInfo = new GHAisInfo();
|
|
|
if (analyBase.getLatitude() != null && analyBase.getLongitude() != null){
|
|
|
double[] doubles = XyUtil.gps84_To_SHXY(analyBase.getLongitude(), analyBase.getLatitude());
|
|
|
double xPoint = doubles[0];
|