PointToEIDClass in SOE - sourceMap

2601
1
Jump to solution
12-15-2015 09:44 AM
JorgeVinagre
New Contributor III

Hi there

I am trying to make some network analysis hosted is a SOE(10.3.1)

At some point i have to find the nearest junction from a point(this point is user input).

I Have to use PointToEIDClass´s GetNearestJunction method. One of the parameters is sourceMap (IMap interface i think)

I can´t seem to get this IMap from anywhere from inside the SOE.

Is it possible to use PointToEIDClass inside a SOE? From where do i get IMap?

Are there any alternatives to find the nearest junction from point?

Thanks

0 Kudos
1 Solution

Accepted Solutions
nicogis
MVP Frequent Contributor
0 Kudos
1 Reply
nicogis
MVP Frequent Contributor

In alternative you can see my method GetEIDFromPoint in https://gnutilitysoerest.codeplex.com/SourceControl/latest#GeometricNetwork.cs

0 Kudos