Which open-source java-library provides an easy way to read and write ESRI Shapefiles? [closed]

StackOverflow https://stackoverflow.com/questions/465245

  •  19-08-2019
  •  | 
  •  

Question

For a project I need to read and write ESRI shapefiles. It should be very easy, as I don't need advanced features. Is something out there?

Was it helpful?

Solution

GeoTools supports shapefiles via a plugin. GIS is a complicated area and I think what you will find is that there are very few "simple" libraries out there. Any library powerful enough to do general GIS will unfortunately have a learning curve. That said, Shapefiles aren't that complicated and there's a lot of code out there for references purposes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top