On Mon, Sep 24, 2012 at 01:40:05AM -0700, ps.tiara wrote: > i have questions, whether PostGIS 2.0 supports topology in 3 D? > could you explain the detail steps to populate the geometry to the topology > schema please?
It supports 2.5D topology (a Z value for each vertex, but no volumes). You need to specify you want Z at CreateTopology time. For populating it you can use the TopoGeom_add* family of functions. See the PostGIS manual for details. http://www.postgis.org/documentation/manual-2.0/ --strk; http://www.cartodb.com - Map, analyze and build applications with your data ~~ http://strk.keybit.net _______________________________________________ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users