Hiya Max,<br><br>But the WKTReader which provides you with the Point object to persist - does not support 3D.<br><br>See the following:<br><br>       String wktPoint = "POINT(12 14 15)";<br>        WKTReader reader = new WKTReader();<br>
        try {<br>            Point point = (Point) reader.read(wktPoint);<br>            System.out.println(point.toString());<br><br>        } catch (ParseException e) {<br>            e.printStackTrace();<br>        }<br>
<br>The result will be: POINT (12 14)<br><br>HTH<br><br>Drew<br><br><br><br><div class="gmail_quote">On Thu, May 8, 2008 at 3:32 PM, Max <<a href="mailto:postgis@lists.meisel.cn">postgis@lists.meisel.cn</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hallo Drew,<br>
<br>
this is right, 3D support seems to be only in the SVN-Version, its<br>
Version 94 in the repository, should be from march this year.<br>
<font color="#888888"><br>
Max<br>
</font><div class="Ih2E3d"><br>
> Hiya Max,<br>
><br>
> Which version of the library are you using? It looks like 3D support is only in svn.<br>
><br>
> Drew<br>
><br>
><br>
<br>
</div><div><div></div><div class="Wj3C7c">_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br>