码迷,mamicode.com
首页 >  
搜索关键字:arcgis    ( 2135个结果
获得ArcGIS Pro的版本
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
分类:其他好文   时间:2021-03-10 13:11:51    阅读次数:0
关于ArcGIS Python 脚本字符编码报错问题
在python文件开头加上以下一段代码,即可解决中文编码问题,屡试不爽 # encoding=utf8 import sys reload(sys) sys.setdefaultencoding('utf8') ...
分类:编程语言   时间:2021-03-08 14:23:06    阅读次数:0
GeolocationPositionErrorcode: 2 message: "Network location provider at 'https://www.googleapis.com/' : No response received."
背景 环境:Win10 IIS 在ArcGIS API for JavaScript移动端开发,需要定位的时候,出现一个问题“GeolocationPositionErrorcode: 2 message: "Network location provider at 'https://www.goo ...
分类:Windows程序   时间:2021-03-08 13:30:52    阅读次数:0
ArcGIS拓扑小技巧:两个面矢量合并但不叠加
已知数据:底图图斑A,更新图斑B 使用软件:ArcMap 要求:将B于A合并为一个图斑。A与B不能重叠,重叠处以A为基准切割B图斑。 下面开始操作: 1、 将数据集中的图斑A、B添加到数据框内 打开腾讯新闻,查看更多图片 > 2、 右击数据集新建拓扑全选—两个图斑 添加规则为A不能与B重叠 3、 将 ...
分类:其他好文   时间:2021-02-22 11:48:49    阅读次数:0
ArcPy函数-更新游标UpdateCursor
ArcGIS 帮助 10.2 摘要 UpdateCursor 函数创建一个用于更新或删除指定要素类、shapefile 和表中的行的游标。该游标将数据锁定保留至脚本完成或更新游标对象被删除时。 讨论 以迭代方式更新游标的方式有两种:for 循环或者 while 循环(通过游标的 next 方法返回下 ...
分类:其他好文   时间:2021-02-09 11:44:54    阅读次数:0
arcgis画线切割面要素
利用editor中的cut polygons tool 1,选中要切割的一个或者多个要素 2,开启编辑,点击该工具 3,画线后双击结束,效果如下 ...
分类:其他好文   时间:2021-02-02 11:09:57    阅读次数:0
ArcGIS Python任意多边形
# -*- coding: utf-8 -*- #by gisoracle 2021.01.23 import arcpy import math #保存数据 def Save(polygon,rows): row = rows.newRow() #row.setValue(shapefieldna ...
分类:编程语言   时间:2021-01-27 13:04:10    阅读次数:0
ArcGIS Python拱形面
# -*- coding: utf-8 -*- #by gisoracle 2021.01.23 import arcpy import math #保存数据 def Save(polygon,rows): row = rows.newRow() #row.setValue(shapefieldna ...
分类:编程语言   时间:2021-01-26 12:35:59    阅读次数:0
Win10安装ArcGIS 10.8时报错需要 Microsoft Visual C++ 2015-2019 Redist 14.22.27821或更高版本的问题
Win10 x64 安装 ArcGIS 10.8,运行Setup.exe时,总是报错需要 Microsoft Visual C++ 2015-2019 Redist 14.22.27821或更高版本 从 Microsoft 官网下载:https://support.microsoft.com/en- ...
分类:编程语言   时间:2021-01-11 11:19:19    阅读次数:0
ArcGis 大数据量的拷贝
public static IFeatureClass FeatureToFeature(IFeatureClass SourFeature,IFeatureClass TargetFeature, List<ColumnInternationMapping> columnMapp,bool IsO ...
分类:其他好文   时间:2021-01-11 11:06:09    阅读次数:0
2135条   上一页 1 2 3 4 ... 214 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!