2017年6月21日
摘要: 面: AGSPolygon *poly; int m = poly.numPoints; //点数 for(int i =0;i<m;i++) { AGSPoint *point=[poly pointOnRing:0 atIndex:i]; double x =point.x; double y  阅读全文
posted @ 2017-06-21 16:11 sandyLoveCoding 阅读(224) 评论(0) 推荐(0) 编辑