The IPointToEID.GetNearestEdge method does not return a valid nearest edge ID (EID) when a jsonPoint is supplied at the REST endpoint of the server object extension (SOE)
ArcObjects SDK
漏洞 ID 编号
BUG-000168496
已提交
June 20, 2024
上次修改时间
December 17, 2024
适用范围
ArcObjects SDK
找到的版本
10.9.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The reported issue pertains to the ArcObjects SDK that had its final release at version 10.9.1. In later versions of ArcGIS Server, the use of utility networks may be more appropriate for server object extension (SOE) developers.
解决办法
Store the geometric network data in a multiuser geodatabase, such as SQL Server (SDE), instead of a file geodatabase.
Publish the data as a map service to ArcMap.
Run the SOE against the map service. The IPointToEID.GetNearestEdge method will return a valid edge ID in this scenario.