Skip to main content
Solved

geocode with own web service


apence231
Contributor
Forum|alt.badge.img+7
I have my own ArcGIS Server GeoCode Service web service available and was seeing how do I use it with FME? I'm accessing a table thru ODBC which has addresses and turning it into a shapefile. Thanks!

Best answer by david_r

Hi

 

 

Look at the API specification for the geocodeAddresses (https://developers.arcgis.com/rest/geocode/api-reference/geocoding-geocode-addresses.htm)service.

 

 

You can either use an JSONTemplater or just hardcode your JSON into an attribute and pass it into a HTTPCaller that points to your server. You can use a JSONFlattener to convert the resulting JSON back into an FME feature for further processing.

 

 

David
View original
Did this help you find an answer to your question?
This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Evangelist
  • Best Answer
  • August 10, 2015
Hi

 

 

Look at the API specification for the geocodeAddresses (https://developers.arcgis.com/rest/geocode/api-reference/geocoding-geocode-addresses.htm)service.

 

 

You can either use an JSONTemplater or just hardcode your JSON into an attribute and pass it into a HTTPCaller that points to your server. You can use a JSONFlattener to convert the resulting JSON back into an FME feature for further processing.

 

 

David

bruceharold
Contributor
Forum|alt.badge.img+17
  • Contributor
  • January 6, 2016

You might like to leverage the code behind this sample:

http://www.arcgis.com/home/item.html?id=e57a7f9b15...

It gets fancy with threading but the basics of creating a recordset for geocodeAddresses is there.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings