[postgis-users] st_summary meanings

Mark Cave-Ayland mark.cave-ayland at siriusit.co.uk
Fri Jan 15 01:55:57 PST 2010


Rhys A.D. Stewart wrote:

> Hi all,
> 
> what do the letters in the square brackets signify in
> st_summary....the docs aren't to clear on that.
> 
> 
> Rhys

Hi Rhys,

 From the source code:

if ( TYPE_HASZ(type) ) flags[flagno++] = 'Z';
if ( TYPE_HASM(type) ) flags[flagno++] = 'M';
if ( TYPE_HASBBOX(type) ) flags[flagno++] = 'B';
if ( TYPE_HASSRID(type) ) flags[flagno++] = 'S';


HTH,

Mark.

-- 
Mark Cave-Ayland - Senior Technical Architect
PostgreSQL - PostGIS
Sirius Corporation plc - control through freedom
http://www.siriusit.co.uk
t: +44 870 608 0063

Sirius Labs: http://www.siriusit.co.uk/labs



More information about the postgis-users mailing list