
ArcGIS
文章平均质量分 80
IBMBoss
我只是个普通的农民,我没什么远大的理想,过好每一天就好!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ios ArcGIS双屏联动,双屏显示功能
/**VectorMap和ImageMap是通过AGSMapView实例出来的对象**/ self.VectorMap = [[AGSMapView alloc]initWithFrame:CGRectMake(0,0, viewWidth/2,viewHeight)]; self.VectorMap.tag =0; self.Vec原创 2017-11-01 11:31:07 · 842 阅读 · 0 评论 -
ios CLLocation定位坐标转换成ArcGIS坐标点
#import "KeyMapLocationClass.h"@implementation KeyMapLocationClass-(id)init{ if(self = [superinit]) { self.locationManager = [[CLLocationManager原创 2017-11-01 11:35:19 · 870 阅读 · 0 评论