Does anyone know of a library in Java that can parse ESRI Shapefiles?

前端 未结 5 2288
说谎
说谎 2020-11-30 19:06

I\'m interested in writing a visualization program for the road data in the 2009 Tiger/Line Shapefiles. I\'d like to draw the line data to display all the roads for my coun

5条回答
  •  暖寄归人
    2020-11-30 19:16

    You can directly use GUI GIS tools so that their is no need of changing the source code of GeoTools.

    I use QGIS which does all operations(even more) than GeoTools.

    Quantum GIS - An open source Geographic Information System for editing, merging and simplifying shapefile maps. See also: creating maps with multiple layers using Quantum GIS.

提交回复
热议问题