[postgis-users] ST_Buffer returning multipolygons

marquz74 marquz74 at gmail.com
Thu Jan 17 15:41:10 PST 2013


Hi to all,
I'm practicing with ST_buffer on North Carolina Dataset (nc_spm_08). 
By running the following query:

SELECT GeometryType(sub.buffer)
FROM (  
        SELECT st_buffer (the_geom, 100) AS buffer 
        FROM streams
) AS sub  
WHERE
        GeometryType(sub.buffer)  <> 'POLYGON';

I've been getting some MULTIPOLYGON records. 
Is it possible? I guessed ST_Buffer could return POLYGON geometries only...
was I wrong?

Thanks in advance.

Marco



--
View this message in context: http://postgis.17.n6.nabble.com/ST-Buffer-returning-multipolygons-tp5002333.html
Sent from the PostGIS - User mailing list archive at Nabble.com.


More information about the postgis-users mailing list