how to edit geometry of a feature participating in geometric network without splitting edge feature

553
3
09-30-2019 06:33 PM
SaurabhPandit
New Contributor II

I am trying to programmatically edit feature geometries using ArcObjects which participate in geometric network. High-level process is to iterate over features in each feature class, modify feature geometry and store it. But in the interim, sometimes junction feature lands exactly over edge feature, splitting the edge feature into two features. Is it possible to avoid this feature splitting? 

In following images cross is a orphan junction and edge being split is an simple edge.

at t1                                                                              at t2 (notice edge split)

      

at t3 - this is the final edit which would have happened if there was no split at t2. 

0 Kudos
3 Replies
SaurabhPandit
New Contributor II

p.s. The edges are simple edge features.

0 Kudos
DuncanHornby
MVP Notable Contributor

You need to add more information, especially to your image as it is not clear what you are asking.

0 Kudos
SaurabhPandit
New Contributor II

Duncan Hornby‌ perhaps the question is understandable now.

0 Kudos