Here's a question.
I've got a Geodatabase on which I want to build a geometric network. But I don't want to apply the same snapping tolerance to the full database. There are dense regions and there are sparse regions and I'd like to apply a relatively small tolerance in the dense and a relatively large tolerance in the sparse.
One thought I had is to find a way to apply geometric network snapping, by region, outside the process of actually creating the network. In this way I'd apply a small snap tolerance to the dense and a larger tolerance to the sparse. Then create the network with the smaller tolerance (or no tolerance at all) knowing that sparse area features have already been snapped.
If I did this I'd need to find the interface that performs geometric network snapping and see if that can be separated from the network creation process.
Anyone done this? Any comments would be much appreciated.
Thanks,
Ed