|
|
|
|
|
|
1019
|
JSONObject coordinateObj = coordinatesArray.getJSONObject(0);
|
1019
|
JSONObject coordinateObj = coordinatesArray.getJSONObject(0);
|
|
1020
|
double positionX = coordinateObj.getDoubleValue("positionX");
|
1020
|
double positionX = coordinateObj.getDoubleValue("positionX");
|
|
1021
|
double positionY = coordinateObj.getDoubleValue("positionY");
|
1021
|
double positionY = coordinateObj.getDoubleValue("positionY");
|
|
1022
|
- sealSignRecord.setPositionXpsn(positionX);
|
|
|
|
|
|
1022
|
+ sealSignRecord.setPositionXpsn(positionX+30);
|
|
1023
|
sealSignRecord.setPositionYpsn(positionY);
|
1023
|
sealSignRecord.setPositionYpsn(positionY);
|
|
1024
|
}
|
1024
|
}
|
|
1025
|
}else {
|
1025
|
}else {
|
|
|
|
|
|
|
1034
|
JSONObject coordinateObj = coordinatesArray.getJSONObject(0);
|
1034
|
JSONObject coordinateObj = coordinatesArray.getJSONObject(0);
|
|
1035
|
double positionX = coordinateObj.getDoubleValue("positionX");
|
1035
|
double positionX = coordinateObj.getDoubleValue("positionX");
|
|
1036
|
double positionY = coordinateObj.getDoubleValue("positionY");
|
1036
|
double positionY = coordinateObj.getDoubleValue("positionY");
|
|
1037
|
- sealSignRecord.setPositionXorg(positionX);
|
|
|
|
1038
|
- sealSignRecord.setPositionYorg(positionY);
|
|
|
|
|
|
1037
|
+ sealSignRecord.setPositionXorg(positionX-30);
|
|
|
|
1038
|
+ sealSignRecord.setPositionYorg(positionY-90);
|
|
1039
|
}
|
1039
|
}
|
|
1040
|
}
|
1040
|
}
|
|
1041
|
}
|
1041
|
}
|