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

gisoracle

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

公告

02 2017 档案

Arcgis license 服务无法启动的解决问题
摘要:来自:http://blog.csdn.net/u013719339/article/details/51240312 1.检查服务开没开。打开资源管理器然后按照下面就出现了。也可以打开运行——servces.msc,或者从控制面板进入服务。这个时候再试一试启动是否成功。 2.如果不成功就打开任务管 阅读全文

posted @ 2017-02-27 22:39 gisai 阅读(7182) 评论(0) 推荐(0)

windows10使用arcgis注意事项
摘要:平板电脑模式 阅读全文

posted @ 2017-02-26 20:24 gisai 阅读(927) 评论(0) 推荐(0)

andriod arcgis加载影像TIF
摘要:private static final String TAG = "MainActivity"; private MapView mapView = null; @Override protected void onCreate(Bundle savedInstanceState) { super 阅读全文

posted @ 2017-02-12 22:49 gisai 阅读(3207) 评论(0) 推荐(0)

FeatureTable()
摘要:Adds the given feature to the table. Adds the given features to the table. Deletes the specified feature from the table. Deletes the specified feature 阅读全文

posted @ 2017-02-12 21:40 gisai 阅读(1104) 评论(0) 推荐(0)

arcgis Listview
摘要:private ListView listView;@Overrideprotected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.ac 阅读全文

posted @ 2017-02-11 17:52 gisai 阅读(201) 评论(0) 推荐(0)

ArcGIS for Android图层记录数,图层选择记录,图层字段数
摘要:Log.d("图层记录数:", "" + pFeatureLayer.getFeatureTable().getNumberOfFeatures()); Log.d("图层选择记录数:", "" + pFeatureLayer.getSelectedFeatures().size()); Log.d("图层字段... 阅读全文

posted @ 2017-02-11 16:42 gisai 阅读(594) 评论(0) 推荐(0)

ArcGIS for Android 点击选择
摘要:public void onSingleTap(float arg0, float arg1) { //selFeatureLayer.selectFeature(5); Point p = mMapView.toMapPoint(arg0, arg1); mAnchor=p; Log.d("=... 阅读全文

posted @ 2017-02-11 13:52 gisai 阅读(1582) 评论(0) 推荐(0)

ArcGIS for Android地图上实际距离与对应的屏幕像素值计算
摘要:本篇文章主要介绍了"ArcGIS for Android地图上实际距离与对应的屏幕像素值计算",主要涉及到ArcGIS for Android地图上实际距离与对应的屏幕像素值计算方面的内容,对于ArcGIS for Android地图上实际距离与对应的屏幕像素值计算感兴趣的同学可以参考一下。 /** 阅读全文

posted @ 2017-02-11 12:30 gisai 阅读(1248) 评论(0) 推荐(0)

Android如何检查对象的类型
摘要:The instanceof operator compares an object to a specified type. You can use it to test if an object is an instance of a class, an instance of a subcla 阅读全文

posted @ 2017-02-11 10:47 gisai 阅读(896) 评论(0) 推荐(0)

andriod for arcgis 全图
该文被密码保护。

posted @ 2017-02-11 08:31 gisai 阅读(1) 评论(0) 推荐(0)

Andriod for arcgis 字段属性
摘要:Feature pFeature = selFeatureLayer.getFeature(8); Log.d("FID===", "" + pFeature.getId()+":"); Map atts= pFeature.getAttributes(); //得到包含所有属性的Map集合,并进行遍历之后将属性和属性值打印在Log的上 Set> ents= atts.entrySe... 阅读全文

posted @ 2017-02-10 14:28 gisai 阅读(257) 评论(0) 推荐(0)

arcgis andriod 点击后变色
摘要:java 阅读全文

posted @ 2017-02-09 15:03 gisai 阅读(440) 评论(0) 推荐(0)

Android基本功:手势
摘要:来自:http://www.cnblogs.com/android100/p/Android-hand-shi.html 一、概念 手势:其实是指用户手指或触摸笔在屏幕上的连续触碰行为,Andoird对两种手势行为都提供了支持: Andorid提供了手势检测,并为手势检测提供了相应的监听器; And 阅读全文

posted @ 2017-02-09 14:03 gisai 阅读(428) 评论(0) 推荐(0)

ArcGIS for Android地图上实际距离与对应的屏幕像素值计算
摘要:来自:http://blog.csdn.net/u012481275/article/details/12861179 阅读全文

posted @ 2017-02-08 22:24 gisai 阅读(966) 评论(0) 推荐(0)

arcgis10.2转shp文件中文乱码问题解决方案
摘要:我的微信公众号 从ArcGIS的数据源入手,自己升级ArcGIS for Desktop到10.2.0,然后用该版本ArcGIS软件重新导出数据,竟然还是乱码。经咨询ArcGIS技术支持,技术支持说必须保证shp文件中有一个.cpg文件。必须要用ArcGIS for Desktop 10.2.1及 阅读全文

posted @ 2017-02-08 13:39 gisai 阅读(9757) 评论(0) 推荐(0)

Android Context作为参数传递this
摘要:首先我们在类中创建构造函数: 阅读全文

posted @ 2017-02-07 21:26 gisai 阅读(802) 评论(0) 推荐(0)

andriod inputbox
摘要:Java //gisoracle 阅读全文

posted @ 2017-02-07 12:01 gisai 阅读(251) 评论(0) 推荐(0)

andriod inputType
摘要:<EditText Android:layout_width="fill_parent" android:layout_height="wrap_content" android:inputType="phone" /> //文本类型,多为大写、小写和数字符号。 android:inputType= 阅读全文

posted @ 2017-02-07 10:22 gisai 阅读(145) 评论(0) 推荐(0)

《ArcGIS Runtime SDK for Android开发笔记》——(5)、基于Android Studio构建ArcGIS Android开发环境(离线部署)(转)
摘要:1、前言 在上一篇的内容里我们介绍了基于Android Studio构建ArcGIS Runtime SDK for Android开发环境的基本流程,流程中我们采用的是基于Gradle的构建方式,在这种方式里主要通过设置maven仓库位置,设置编译选项、依赖版本在联网环境下下载对应SDK依赖包。 阅读全文

posted @ 2017-02-07 09:35 gisai 阅读(392) 评论(0) 推荐(0)

终于理解了什么是LGPL
摘要:我的微信公众号 来自:http://www.cnblogs.com/findumars/p/3556883.html GPL 我 们很熟悉的Linux就是采用了GPL。GPL协议和BSD, Apache Licence等鼓励代码重用的许可很不一样。GPL的出发点是代码的开源/免费使用和引用/修改/衍 阅读全文

posted @ 2017-02-06 22:09 gisai 阅读(10330) 评论(0) 推荐(0)

Android Studio导入第三方库的三种方法
摘要:叨叨在前 今天在项目中使用一个图片选择器的第三方框架——GalleryFinal,想要导入源码,以便于修改,于是上完查找了一下方法,想到之前用到过其他导入第三方库的方法,现在做个小总结,以防忘记。 Android Studio导入第三方库的方法我个人知晓的有三种: Gradle抓取 libs导入 源 阅读全文

posted @ 2017-02-04 08:38 gisai 阅读(5775) 评论(0) 推荐(0)

加速 Android Studio 的编译速度 2.2
摘要:加速 Android Studio 的编译速度 2.2 阅读全文

posted @ 2017-02-04 08:35 gisai 阅读(295) 评论(0) 推荐(0)

Android获取apk的版本及包名等信息
摘要:import android.app.Activity; import android.content.Context; import android.content.pm.ApplicationInfo; import android.content.pm.PackageInfo; import 阅读全文

posted @ 2017-02-02 13:23 gisai 阅读(4489) 评论(0) 推荐(0)

Android Studio2.0 教程从入门到精通Windows版 - 安装篇
摘要:Android Studio2.0 教程从入门到精通Windows版 - 安装篇 阅读全文

posted @ 2017-02-01 22:03 gisai 阅读(4292) 评论(0) 推荐(0)

动态改变Android控件大小
摘要:Button button = (Button) findViewById(R.id.button2);button.setOnClickListener(myOnClickListener); //手动增加代码开始private View.OnClickListener myOnClickList 阅读全文

posted @ 2017-02-01 12:21 gisai 阅读(4057) 评论(0) 推荐(1)

android 检查能否上网
摘要:文章一: 首先在,AndroidManifest.xml 中增加访问权限: <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> 阅读全文

posted @ 2017-02-01 11:55 gisai 阅读(249) 评论(0) 推荐(0)

andriod 获得时间
摘要:import java.text.SimpleDateFormat;import java.util.Date; public static String getCurrentTime() { SimpleDateFormat df = new SimpleDateFormat("yyyy'年'MM 阅读全文

posted @ 2017-02-01 11:33 gisai 阅读(263) 评论(0) 推荐(0)

andriod获得textView的值设置textView的text
摘要:TextView pTextView=(TextView)findViewById(R.id.textView2);String str=pTextView.getText().toString();pTextView.setText(str+"1"); 阅读全文

posted @ 2017-02-01 11:19 gisai 阅读(771) 评论(0) 推荐(2)

Android 自动生成的R类
摘要:来自:http://android.tgbus.com/Android/tutorial/201105/353458.shtml Android 自动生成的R类 来自:http://android.tgbus.com/Android/tutorial/201105/353458.shtml Andr 阅读全文

posted @ 2017-02-01 11:05 gisai 阅读(561) 评论(0) 推荐(0)

andriod 启动日历
摘要:Intent intent=new Intent();intent.setComponent(new ComponentName("com.android.calendar", "com.android.calendar.LaunchActivity"));startActivity(intent) 阅读全文

posted @ 2017-02-01 09:57 gisai 阅读(280) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3