LWKT is a WKT parser under the LGPL license. It have not dependencies: it is pure Java compiled with 1.5 or 1.6 version. The output can be as GML 2 or 3 version, optionally setting a SRS name. Supported inputs are:
POINT, MULTIPOINT, LINESTRING, MULTILINESTRING, POLYGON, MULTIPOLYGON
For each of them, are handled both 2D inputs like:
POINT(2.4 12.66)
and 3D inputs like:
POINT Z(2.4 12.66 0.0)
At the following URL:
http://95.110.227.201:8080/lwkt
is exposed a minimal web...