Wednesday 16 January 2019

GeoJSON java library



I am creating a Java web service that receives GeoJSON.


Does anyone know a java library to manage GeoJSON?



Answer



Geotools as a support for geojson. See here.


Otherwise, you could simply use a typical JSON parser (such as json-simple) together with the geoJSON spec, which is really easy to use.


The best solution depends on what you want to do with the parsed information.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...