1

I'm working on a geographic information system project, whose products form shapefile. I am using java language, and PostGIS database. Is there a way to generate a shp file from PostGIS or kml using java language?

Ryan Garnett
  • 9,479
  • 8
  • 61
  • 106
user28344
  • 93
  • 1
  • 3

1 Answers1

1

You might want to take a look at GeoTools http://geotools.org/. It is the one open source GIS package in Java that I know of.

Branco
  • 3,201
  • 1
  • 18
  • 37