我的github
上一页 1 ··· 270 271 272 273 274 275 276 277 278 ··· 338 下一页
摘要: https://support.esri.com/en/technical-article/000015549 http://zhihu.geoscene.cn/question/20215 有可能的原因一:端口被占用 >>使用netstat查看端口被哪个程序占用 有可能的原因二:读写权限问题 有可 阅读全文
posted @ 2020-11-23 14:48 XiaoNiuFeiTian 阅读(1325) 评论(0) 推荐(0)
摘要: https://wiki.openstreetmap.org/wiki/3D 我的世界ParaCraft结合开源地图OpenStreetMap生成3D校园的方法简介:https://www.cnblogs.com/kuaishou/p/paracraft.htm 阅读全文
posted @ 2020-11-20 18:02 XiaoNiuFeiTian 阅读(238) 评论(0) 推荐(0)
摘要: ArcHydro: how to model the water resources of a territory: 1-Install ArcHydro:如何给一片区域的水资源建模:1-安装 ArcHydro Presentation ArcHydro is a set of data model 阅读全文
posted @ 2020-11-20 09:40 XiaoNiuFeiTian 阅读(562) 评论(0) 推荐(0)
摘要: 实现同一接口的两个不同的类对象,例如: class A:interface C{} class B:interface C{} 那么 A a; B b; a = b; 能不能成立呢?那自然不能成立。 虽然它们实现了同一接口,但是它们内部实现的方法并不同。(通过强制类型转换呢?) 但是, 通过接口 C 阅读全文
posted @ 2020-11-19 14:21 XiaoNiuFeiTian 阅读(1039) 评论(0) 推荐(0)
摘要: 接口的作用: (1)通过接口可以生成实现接口的类的实例,调用实例类中的方法和成员变量。 (2)通过接口还可以通过继承接口实现新建类,实现类的扩展。 ArcGIS有5000多个接口,4000多个类。 所以,不可能每个接口,每个类都去学习。需要哪个类或接口,可以像查msdn一样查询arcobject帮助 阅读全文
posted @ 2020-11-19 11:22 XiaoNiuFeiTian 阅读(296) 评论(0) 推荐(0)
摘要: ArcGIS Developer Help (ESRI.ArcGIS.Geodatabase) IGPDataType Interface Provides access to members of a GP Data Type.它提供了进入一个GP数据类型的成员的通道。 Product Avail 阅读全文
posted @ 2020-11-19 10:01 XiaoNiuFeiTian 阅读(160) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/2008nmj/p/13853911.html 该gptool可以直接调用gp函数实现。 那么,如何使用AE调用该gp函数呢?https://blog.csdn.net/xinying180/article/details/70158549?utm_m 阅读全文
posted @ 2020-11-18 11:22 XiaoNiuFeiTian 阅读(416) 评论(0) 推荐(0)
摘要: ArcGIS Developer Help (ESRI.ArcGIS.Geodatabase) IFeatureClass Interface Provides access to members that control the behavior and properties of a featu 阅读全文
posted @ 2020-11-18 10:18 XiaoNiuFeiTian 阅读(186) 评论(0) 推荐(0)
摘要: 如果希望创建一个ArcToolbox GP工具 http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//00010000049w000000 在创建自己的自定义工具之前,请考虑以下备选方案: (1) 阅读全文
posted @ 2020-11-17 11:54 XiaoNiuFeiTian 阅读(1147) 评论(0) 推荐(0)
摘要: ArcGis Python脚本——批量添加字段:https://www.cnblogs.com/yzhyingcool/p/10274477.html 阅读全文
posted @ 2020-11-16 17:12 XiaoNiuFeiTian 阅读(518) 评论(0) 推荐(0)
上一页 1 ··· 270 271 272 273 274 275 276 277 278 ··· 338 下一页