`
文章列表
<div class="iteye-blog-content-contain" style="font-size: 14px"></div>  https://developers.arcgis.com/ios/swift/guide/develop-your-first-map-app.htm <!--StartFragment--> <!--EndFragment-->
public class HighlightFeatures extends Activity { private MapView mapView; private ArcGISTiledMapServiceLayer tiledMapServiceLayer; private GraphicsLayer graphicsLayer; private Graphic[] highlightGraphics; private String mapURL = "http://sampleserver1.arcgisonline.com/ArcGIS/r ...

框选要素查询

public class SelectFeatures extends Activity { private MapView map = null; private ArcGISFeatureLayer mFeatureLayer = null; private GraphicsLayer mGraphicsLayer = null; private SimpleFillSymbol mSimpleFillSymbol; int test = 0; private CallbackListener<FeatureSet> callba ...

几何对象的绘制

public class DrawGraphicElements extends Activity implements OnClickListener { MapView mapView = null; ArcGISTiledMapServiceLayer mTileMapLayer = null; GraphicsLayer graphicsLayer = null; MyTouchListener mTouchListener = null; Button geometryButton = null; Button clearButton = nu ...
呆呆呆呆呆呆地

GPS定位

public class GPSView extends Activity { final static double SEARCH_RADIUS = 5; MapView map = null; @SuppressWarnings("serial") public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); map = (MapView) f ...
11111111111111111111111111  
 sa 常规选项中启用映射设置开启1433端口    

键盘的关闭

关闭键盘 第一个方法:是通过点击键盘上的return键来关闭键盘 第二个方法:是通过点击屏幕来关闭键盘:主要是设置一个custom的按钮铺满整个屏幕,注册它的点击点击事件 注意xib中背景按钮的位置:    
1111111111111111 包的导入  文件的导入  
1111111111111111111111111    
首先主页面.h文件: 继承:   -(IBAction)goSetView:(id)sender{     SettingViewController *setView=[[SettingViewController alloc] initWithNibName:@"SettingViewController" bundle:nil];     UINavigationController *uc=[[UINavigationController alloc] initWithRootViewController:setView ];     [self ...
按照多个时间段查询:包括秒 String sql = "from Sedimentpermit"; sql += " where Carno like '%" + carno + "%'"; sql += " and road like '%" + road + "%'"; sql += " and to_char(VALIDDATE,'yyyy-mm-dd') >= '" + validDate + "'" ...
          //设置导航标题     self.title = @"首页"; //设置导航控制条颜色     self.navigationController.navigationBar.tintColor = [UIColor grayColor];      
 111111111111111  
Global site tag (gtag.js) - Google Analytics