[postgis-users] dump geometry question

Rhys Stewart rhys.stewart at gmail.com
Fri Sep 29 08:36:30 PDT 2006


works wonderfully,
thanks much.

On 9/29/06, Nicolas Ribot <nicky666 at gmail.com> wrote:
> > hello all,
> > how does one extract the geometry out of a geometry_dump?
> >
> A bit simpler:
>
>  select (dump(geometryFromText('POINT (1 1)', -1))).geom ;
>  select (dump(geometryFromText('POINT (1 1)', -1))).path ;
>
> ;-)§
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>



More information about the postgis-users mailing list