GIS-006-ArcGIS API 空间关系
Name | Description | 解释 |
---|---|---|
SPATIAL_REL_CONTAINS |
Part or all of a feature from feature class 1 is contained within a feature from feature class 2. | 要素一局部或全部包含在要素二中(包含、局部包含) |
SPATIAL_REL_CROSSES |
The feature from feature class 1 crosses a feature from feature class 2. | 要素一穿过要素二(线线、线面、面面相交) |
SPATIAL_REL_ENVELOPEINTERSECTS |
The envelope of feature class 1 intersects with the envelope of feature class 2. | 要素一的外接矩形与要素二的外接矩形相交 |
SPATIAL_REL_INDEXINTERSECTS |
The envelope of the query feature class intersects the index entry for the target feature class. | 查询图形的外接矩形与目标要素相交 |
SPATIAL_REL_INTERSECTS |
Part of a feature from feature class 1 is contained in a feature from feature class 2. | 要素一的一部分包含在要素二中(包含、相交) |
SPATIAL_REL_OVERLAPS |
Features from feature class 1 overlap features in feature class 2. | 要素一与要素二重叠(重叠关系) |
SPATIAL_REL_RELATION |
Allows specification of any relationship defined using the Shape Comparison Language. | 用于特殊的空间关系,即可用于自定义上述几种空间关系的组合 |
SPATIAL_REL_TOUCHES |
The feature from feature class 1 touches the border of a feature from feature class 2. | 要素一与要素二的边缘相接(相邻) |
SPATIAL_REL_WITHIN |
The feature from feature class 1 is completely enclosed by the feature from feature class 2. | 要素一完全在要素二内(包含) |
博客地址: http://www.cnblogs.com/defineconst/
博客版权: 本文以学习、研究和分享为主,欢迎转载和各类爬虫,但必须在文章页面明显位置给出原文链接。 如果文中有不妥或者错误的地方还望高手的您指出,以免误人子弟。如果您有更好的建议,不如留言一起讨论,共同进步! 再次感谢您耐心的读完本篇文章。
博客版权: 本文以学习、研究和分享为主,欢迎转载和各类爬虫,但必须在文章页面明显位置给出原文链接。 如果文中有不妥或者错误的地方还望高手的您指出,以免误人子弟。如果您有更好的建议,不如留言一起讨论,共同进步! 再次感谢您耐心的读完本篇文章。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库