Select to view content in your preferred language

Geometric Network

549
1
05-20-2013 11:02 AM
GISProgrammer
Deactivated User
I have a utilities Silverlight application and I've been getting requests to build some tools for utilizing the geometric network.  My water users would like to isolate shutoff valves and stuff like that.

I was wondering if there were any examples out there (for silverlight) or if there was something in the API. 

I did find this GP, which will be a good start but was wondering if there was anything in the silverlight API tools.

http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005s0000000



The other option I was looking at is here:

http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=0F09D031-1422-2418-8839-...

I haven't look at this option extensively but it looks like the tools provide are written in JS so I was wondering if anyone has used this extension with Silverlight?

Thanks
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
I have a utilities Silverlight application and I've been getting requests to build some tools for utilizing the geometric network.  My water users would like to isolate shutoff valves and stuff like that.

I was wondering if there were any examples out there (for silverlight) or if there was something in the API. 

I did find this GP, which will be a good start but was wondering if there was anything in the silverlight API tools.

http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005s0000000



The other option I was looking at is here:

http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=0F09D031-1422-2418-8839-...

I haven't look at this option extensively but it looks like the tools provide are written in JS so I was wondering if anyone has used this extension with Silverlight?

Thanks


You can publish a geoprocessing model at server side (such as the sample you pointed out: http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005s0000000 ) and then use the geoprocessing functions at client side.

I don't know any SL sample, but such a WPF sample has been done for dev summit (http://www.arcgis.com/home/item.html?id=3f69c79bbd7340b09fad396647a977a5). As the APIs are very close (except no local services in SL), it should be a good starting point.
0 Kudos