[postgis-users] 3D objects in PostGIS database

strk at refractions.net strk at refractions.net
Wed Oct 19 02:05:00 PDT 2005


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;



More information about the postgis-users mailing list