Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java gis library [closed]

Tags:

java

arcgis

gis

What is the best/user friendly GIS/arcGIS Java library for basic academic assignment?

like image 979
Mark Fish Avatar asked Mar 08 '10 20:03

Mark Fish


3 Answers

I haven't used it myself - but you might start by taking a look at GeoTools:

http://www.geotools.org/

Sample app tutorial: http://www.ibm.com/developerworks/opensource/library/os-kmlservice/index.html?ca=drs-

like image 198
simonlord Avatar answered Nov 05 '22 01:11

simonlord


Java Topology Suite is a good option for 2D spatial operations. http://www.vividsolutions.com/jts/jtshome.htm

like image 4
pilsna Avatar answered Nov 05 '22 01:11

pilsna


Esri released our Java Geometry engine under the open-source apache license.

https://github.com/Esri/geometry-api-java

It should cover most, if not all, of the geometry operations that you need.

like image 4
Andrew Turner Avatar answered Nov 05 '22 03:11

Andrew Turner