我的github
摘要: 众所周知,Multipatch是ArcGIS独创的数据结构,叫“面片”。可以根据点集按照一定的顺序连成。那么反过来我们也可以根据面片生成点集。 IGeometryCollection GeoCollection = new MultiPatchClass(); IPointCollection Tr 阅读全文
posted @ 2021-01-28 17:39 XiaoNiuFeiTian 阅读(262) 评论(0) 推荐(0)
摘要: 右键->属性->Symbology 选择图片填充符号,而且可以设置缩放比例 参考:https://www.docin.com/p-636357204.html 阅读全文
posted @ 2021-01-28 17:16 XiaoNiuFeiTian 阅读(446) 评论(0) 推荐(0)
摘要: Multipatch数据结构怎么转出。。只能从3dsmax转arcgis,不能转出吗? https://blog.csdn.net/esrichinacd/article/details/9162687 https://desktop.arcgis.com/zh-cn/arcmap/latest/t 阅读全文
posted @ 2021-01-28 16:38 XiaoNiuFeiTian 阅读(1014) 评论(0) 推荐(0)
摘要: use database alter table dbo.table1 alter column attribute1 numeric(38, 3); alter table table1 alter column attribute2 numeric(38, 3); 阅读全文
posted @ 2021-01-28 11:22 XiaoNiuFeiTian 阅读(613) 评论(0) 推荐(0)
摘要: https://desktop.arcgis.com/zh-cn/arcmap/latest/extensions/3d-analyst/multipatches.htm 为了避免Z值与X,Y值的单位存在冲突,应该将X,Y从地理坐标转到投影坐标,也就是从度分秒转为以米为单位。计算完坐标插值之后,再转 阅读全文
posted @ 2021-01-28 09:12 XiaoNiuFeiTian 阅读(1121) 评论(0) 推荐(0)