a spatial table's bounding box

From: Asli Akarsakarya <asliakar(at)yahoo(dot)com>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: a spatial table's bounding box
Date: 2011-09-21 12:47:23
Message-ID: 1316609243.92743.YahooMailNeo@web45111.mail.sp1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello, 

Me question is a basic one for postGIS, I believe. It should have a primitive answer somewhere, but I don't have it. 

I want to get the extensions of  spatial table. Say that there is a spatial table named 'roads', and a some road geometry inside. I want to fetch the bounding box (envelope or extension) for that table, that means for all the roads that it has. 

According the OGC specification, this should be defined in the "geometry_columns" table. As four columns, "minX", "minY", "maxX" and "maxY". But I couldn't find it anywhere on my postgis. Yet.

From which table/view? With what SQL?

Thanks for your answers,

Aslı.

Browse pgsql-novice by date

  From Date Subject
Next Message Shaun Thomas 2011-09-21 12:48:13 Re: PG 9 adminstrations
Previous Message Sachin Srivastava 2011-09-21 06:15:43 Re: query question