1

I would like to develop spatial tools and automate my spatial analysis process (including converting XY into shp, proximity analysis, network analysis, geocoding etc on thousands of files) in Java.

I was wondering if ArcGIS runtime sdk for Java can do the task or do I need ArcObjects sdk for Java.

I can see that they are two different things but I am really confused what is the difference between them and which one does what?

I am also looking for some tutorial.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Aug 11, 2014 at 23:45

1 Answer 1

4

With ArcGIS Runtime SDK for Java, you can write standalone applications, viewing / editing mostly ArcGIS Online data

With the ArcObjects java SDK, you can do almost everything ArcMap can do. In fact, ArcMap and ArcCatalog seems to be written with ArcObjects.

With ArcObjects, you can even add functionality to ArcMap by adding toolbar buttons and developping multiple extension types.

So, if you need to do complex analysis on multiple files, ArcObjects java SDK seems the way to go. In addition, I thinkg the sdk is included with ArcGIS for Desktop, no extra licence needed.

You can always take a look at python scripting to automate your processes

answered Aug 12, 2014 at 18:31

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.