[postgis-users] 3D objects in PostGIS database

Ing.Peter Misovic peter.misovic at gmail.com
Wed Oct 19 09:47:03 PDT 2005


Thank you. I'm gonna try.


Peter

On 10/19/05, strk at refractions.net <strk at refractions.net> wrote:
>
> On Wed, Oct 19, 2005 at 10:41:42AM +0200, Ing.Peter Misovic wrote:
> > Dear all,
> > I'm again. I like to store box (like cube) in PostGIS database. How to
> > do that ? By geometrycollection or not ?
>
> You can use the BOX3D type:
>
> SELECT 'BOX3D(0 0 0, 2 2 2)'::box3d;
>
> --strk;
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20051019/93b7fa1e/attachment.html>


More information about the postgis-users mailing list