Select to view content in your preferred language

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

687
3
09-30-2019 06:33 PM
SaurabhPandit
Emerging Contributor

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
Emerging Contributor

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
Emerging Contributor

Duncan Hornby‌ perhaps the question is understandable now.

0 Kudos