漏洞 ID 编号 |
BUG-000175183 |
已提交 | March 20, 2025 |
上次修改时间 | June 19, 2025 |
适用范围 | ArcGIS GIS Server |
找到的版本 | 11.4 |
操作系统 | Windows OS |
操作系统版本 | 11.0 64 bit |
状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
Within returns 'true' if the first geometry is completely inside the second geometry.
The Open Geospatial Consortium (OGC) complaint ST_Within predicate pattern matrix states that the interiors of both geometries must intersect and that the interior and boundary of the primary geometry (geometry a) must not intersect the exterior of the secondary (geometry b).
解决办法
Use the Overlaps spatial relationship operation instead of Within.
重现步骤