Class GeoJsonReader

java.lang.Object
org.locationtech.jts.io.geojson.GeoJsonReader

public class GeoJsonReader extends Object
Reads a GeoJson Geometry from a JSON fragment into a Geometry.

A specification of the GeoJson format can be found at the GeoJson web site: http://geojson.org/geojson-spec.html.

It is the caller's responsibility to ensure that the supplied PrecisionModel matches the precision of the incoming data. If a lower precision for the data is required, a subsequent process must be run on the data to reduce its precision.