Hello all The WKT 1 parser has been merged to trunk. There is not yet a convenience method, but for now one can use:
WKTFormat f = new WKTFormat(null, null);
CoordinateReferenceSystem crs = (CoordinateReferenceSystem) f.parse(text);
This week we will add more test cases, then start upgrading the parser
to the WKT 2 format (in addition to the WKT 1). I think it should be
easy since the current parser already provides most of the mechanic.
Martin
