Bug ID Number |
BUG-000175183 |
Submitted | March 20, 2025 |
Last Modified | June 19, 2025 |
Applies to | ArcGIS GIS Server |
Version found | 11.4 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
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).
Workaround
Use the Overlaps spatial relationship operation instead of Within.
Steps to Reproduce