Utility Network allows features to be created outside of the Service Territory.
上次发布: May 29, 2019ArcGIS Utility Network Management
漏洞 ID 编号
BUG-000122561
已提交
May 23, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Utility Network Management
找到的版本
N/A
操作系统
Windows OS
操作系统版本
2016 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The polygon used internally is actually buffered a bit around the original service territory on purpose. You can see this by adding your service territory to a client server map with your utility network and then disable the network topology. You will see a purple dirty area feature displayed that is representing what the utility network is using, which again is a buffer around the original input feature(s). The original intent of this is purely for calculating an extent that our network index needs to be prepared to work with, it wasn't for stopping editing really. If one were to have multiple polygons inside that service territory class, the utility network just creates a bounding box around all polygons, then also adds a buffer. So not only do you have the buffer, but you could also edit in-between the polygons. So all of that said, the real solution to stop users from editing outside of you polygon (or polygons) in the service territory is via Attribute Rules. You can create an attribute rule on the classes to ensure that features created fall within one of the polygons that you consider to be the service territory. To do that though, you will need to move up to the 10.7 server. Link to attribute rules info: https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/attribute-rule-script-expression.htm