Skip to main content

Find nearest hydrant

Comments

1 comment

  • Permanently deleted user
    Hi James,

     

    The way to do this in Workflow would be to use either the Route Task activity or the Geoprocessor activity.  With the Route Task, you would use the Route Closest Facility operation to locate the closest hydrant, by drive time or drive distance.

     

    With a geoprocessor, you create the operations in ArcMap and publish the geoprocessing task as a service, which is then consumed in Workflow.

     

    Both choices are going to have some amount of configuration, so depending on your user needs and usage patterns it might be a lot simpler to just send the user to a new website to get the job done.  The Route Task in particular requires an intimate knowledge of how to create and set the parameters for routing, and also how to interpret the results on the map (since you get some RouteEventArgs back, which then need to be inspected to figure out what happened)

     

    Regards,

     

    -Malcolm
    0

Please sign in to leave a comment.