solve the network and generate the hierarchy in ArcGIS Silverlight

3321
1
02-15-2016 10:38 PM
DevWH
by
New Contributor

Dear All,

I'm trying to solve an electrical network and willing to generate the hierarchy (as Parent and Child)

like first node "N1" is the parent of its intersecting linear feature "L1"  and "L1" is the parent of next intersecting node "N2" and so on.. my network is proceeding with two geometries points(node) and Polyline (branches).

how can I solve this in ArcGIS Silverlight.

Thanks in Advance

Dev

Tags (1)
0 Kudos
1 Reply
nicogis
MVP Frequent Contributor

You can use gp trace geometric network trace ( http://server.arcgis.com/en/server/latest/publish-services/linux/gp-service-example-geometric-networ... ) and then you consume it in Esri client (SL, flex, js).

0 Kudos