Details
Description
Parsing a valid geojson document with the following:
GeometryJSON parser = new GeometryJSON(15);
parser.read(geoJson);
Throws a
NoSuchMethodException: org.geotools.geojson.feature.FeatureHandler.<init>(com.vividsolutions.jts.geom.GeometryFactory)
Note: We're using vividsolutions.jts version 1.11