• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

gisoracle

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 159 下一页

2017年9月18日

arcgis10.5新功能图形缓冲

摘要: 摘要 在输入要素周围某一指定距离内创建缓冲区多边形。在要素周围生成缓冲区时,大部分制图形状对缓冲区末端(端头)和拐角(连接)可用。 摘要 在输入要素周围某一指定距离内创建缓冲区多边形。在要素周围生成缓冲区时,大部分制图形状对缓冲区末端(端头)和拐角(连接)可用。 插图 插图 阅读全文

posted @ 2017-09-18 20:40 gisai 阅读(1077) 评论(0) 推荐(0)

Arcgis10.5 python按属性分割图层,属性相同分为一个图层

摘要: # coding=utf-8 """ Source code for potential gp tool to create outputs based on attributes of an input. """ import arcpy import numbers import sys try: unicode except: unicode = str def g... 阅读全文

posted @ 2017-09-18 20:36 gisai 阅读(2332) 评论(0) 推荐(0)

2017年9月13日

andriod studio 获得程序名

摘要: getResources().getString(R.string.app_name) 阅读全文

posted @ 2017-09-13 16:58 gisai 阅读(170) 评论(0) 推荐(0)

解决小米手机不能运行Android Studio程序的问题

摘要: 转载自: 解决小米手机不能运行Android Studio程序的问题 问题描述 Android Studio升级到2.3版本之后,小米手机MIUI8不能运行Android Studio程序,报如下错误: 解决方法 设置Android Studio 中Instant Run中的选项为不选中 将Enab 阅读全文

posted @ 2017-09-13 15:41 gisai 阅读(1636) 评论(0) 推荐(0)

2017年9月1日

android studio 引用aar

摘要: 在:libs拷贝对应的文件 build.gradle repositories { flatDir { dirs 'libs' }}dependencies { // compile 'com.esri.arcgisruntime:arcgis-android:100.0.0' compile(na 阅读全文

posted @ 2017-09-01 21:36 gisai 阅读(218) 评论(0) 推荐(0)

2017年8月23日

arcgis runtime 100 Create geometries

摘要: 1 /* Copyright 2016 EsriEsri 2 * 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a ... 阅读全文

posted @ 2017-08-23 21:46 gisai 阅读(399) 评论(0) 推荐(0)

2017年8月22日

Arcgis Runtime for andriod 100 Simple marker symbol

摘要: //define a polyline for the boat tripPolyline boatRoute = getBoatTripGeometry();//define a line symbolSimpleLineSymbol lineSymbol = new SimpleLineSymb 阅读全文

posted @ 2017-08-22 22:09 gisai 阅读(319) 评论(0) 推荐(0)

2017年8月21日

Arcgis Runtime for andriod 100 加载geodatabase

摘要: private void LoadMY(){ try { String mainGeodatabaseFilePath = YLPub.getMapData() + "/gismap/sl.geodatabase";; mMapView = (MapView) findViewById(R.id.m 阅读全文

posted @ 2017-08-21 22:09 gisai 阅读(595) 评论(0) 推荐(0)

Arcgis Runtime for andriod 100 加载TPK

摘要: private void LoadTPK() { YLPub.pContext = this; String path = YLPub.getMapData() + "/gismap/map.tpk"; mMapView = (MapView) findViewById(R.id.mapView); 阅读全文

posted @ 2017-08-21 22:07 gisai 阅读(618) 评论(0) 推荐(0)

2017年8月17日

Android SDK目录及版本号区别

摘要: 来自:http://www.2cto.com/kf/201604/496917.html 今天又有人问Tools,Build-Tools,Platform-tools有什么区别,是干嘛的? 现在对SDK目录做一下总结阐述! SDK目录 add-ons 这里面保存着附加库,第三方公司为android 阅读全文

posted @ 2017-08-17 08:33 gisai 阅读(894) 评论(0) 推荐(0)

上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 159 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3