| | |
| | | if (map_other[x] == null || map_other[x].length == 0) { |
| | | continue; |
| | | } |
| | | Log.d(TAG, "预绘制曲线 " + x + " 点数 "+ map_other[x].length); |
| | | |
| | | for (int i = 0; map_other[x] != null && i < map_other[x].length; i++) { |
| | | PointF oldPoint = new PointF(map_other[x][i][0], map_other[x][i][1]); |
| | | PointF newPoint = rotatePoint(oldPoint, mainPoint, yaw); |
| | |
| | | for(int j=0; j<pointBeanList.size();j++){ |
| | | List<Double> xys = pointBeanList.get(j).getXy(); |
| | | |
| | | Log.d(TAG, String.format("123 j = %d size = %d", j, xys.size())); |
| | | |
| | | if(j==0){ |
| | | map = new double[xys.size()/2][2]; |
| | | allMap[sanwei] = new double[xys.size()/2][2]; |
| | |
| | | |
| | | for(int j=0; j<pointBeanList.size();j++){ |
| | | List<Double> xys = pointBeanList.get(j).getXy(); |
| | | |
| | | Log.d(TAG, String.format("j = %d size = %d", j, xys.size())); |
| | | |
| | | if(j==0){ |
| | | map = new double[xys.size()/2][2]; |