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

gisoracle

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

公告

09 2017 档案

andriod 文本居中: android:gravity="center"
摘要:文本居中: android:gravity="center" 也可以在这样 阅读全文

posted @ 2017-09-30 15:18 gisai 阅读(987) 评论(0) 推荐(0)

arcgis python 沿线生成点
摘要:# coding: utf-8 """ Source Name: generatepointsfromlines.py Version: ArcGIS 10.4/Pro 1.2 Author: Environmental Systems Research Institute Inc. Description: Source for Generate Points... 阅读全文

posted @ 2017-09-21 13:51 gisai 阅读(1854) 评论(0) 推荐(0)

arcgis新版本增加的功能
摘要:1.导出拓扑错误 2.应用图层的符号设置 3.创建 SQLite 数据库 4.最小包围体 5.图形缓冲 6.按属性分割 阅读全文

posted @ 2017-09-21 13:34 gisai 阅读(247) 评论(0) 推荐(0)

arcgis python 创建 SQLite 数据库
摘要:# -*- ################# """ Tool name: Create SQLite Database Source: CreateSQLiteDatabase.py Author: ESRI Create a SQLite database of the selected flavor: ST_Geometry, SpatiaLite, GeoPackage. """ ... 阅读全文

posted @ 2017-09-21 13:13 gisai 阅读(481) 评论(0) 推荐(0)

arcgis python添加几何属性
摘要:import arcpy import numpy import math def AddGeometryAttributes(fc, geomProperties, lUnit, aUnit, cs): """------------------------------------------------------------------------- Tool: ... 阅读全文

posted @ 2017-09-21 13:11 gisai 阅读(1790) 评论(0) 推荐(0)

点集转线python最优代码
摘要:import arcpy import os import types def convertPoints(): arcpy.env.overwriteOutput = True inPts = arcpy.GetParameterAsText(0) # Input point FC outFeatures = arcpy.GetParameterAsText(1)... 阅读全文

posted @ 2017-09-21 13:07 gisai 阅读(1525) 评论(0) 推荐(0)

安装arcgis10.5不能启动服务的解决方案转
摘要:柚子的二分口粮地 来自:http://www.cnblogs.com/youzi-xuchongyou/p/7218422.html 安装arcgis10.5不能启动服务的解决方案 最近由于公司需要,要装arcgis10.5,但是装这软件就费了好久的功夫.以前用的10.2,安装比较简单,但是10.5 阅读全文

posted @ 2017-09-21 12:46 gisai 阅读(1885) 评论(0) 推荐(0)

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

posted @ 2017-09-18 20:40 gisai 阅读(1079) 评论(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 阅读(2333) 评论(0) 推荐(0)

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 阅读(1640) 评论(0) 推荐(0)

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 阅读(220) 评论(0) 推荐(0)

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