GeoJSON parser and builder ============= Module Maintainer: Nicholas Bergson-Shilcock org.geotools.data.geojson -------------------------- This is the beginning of a GeoJSON parser and builder. The parser takes GeoJSON and parses it into Geometry or Feature objects. The builder takes Java geometry objects and writes out their GeoJSON string representations. GeoJSONBuilder was written by Chris Holmes and has been brought over from its package in GeoServer (org.geoserver.wfs.response.GeoJSONBuilder). This code uses json-lib: http://json-lib.sourceforge.net/