PostGIS doesn't use exact WKT, it uses "extended WKT". Unfortunately the WKTReader class doesn't allow you to extend and override its methods (and many are static anyway) so we offer this alternate implementation as a WKT reader that can read PostGIS WKT.