[postgis-devel] force_sfs
Sandro Santilli
strk at keybit.net
Fri May 10 01:09:51 PDT 2013
On Thu, May 09, 2013 at 09:51:15PM +0200, Oliver Courtin wrote:
> - TIN -> MULTIPOLYGON
> - TRIANGLE -> POLYGON
> - POLYHEDRALSURFACE -> MULTIPOLYGON
I think TIN and POLYHEDRALSURFACE should become a COLLECTION of polygons,
as a MULTIPOLYGON would be invalid (touching elements are not allowed).
> Right now i've called it ST_force_sfs
We're abandoning under_score_names to use ST_CamelCase everywhere,
so this should be ST_ForceSFS, eventually.
Aren't TIN,TRIANGALE,POLYHEDRALSURFACE inSFS 1.2 ?
ref: http://lists.osgeo.org/pipermail/postgis-devel/2010-October/010363.html
--strk;
More information about the postgis-devel
mailing list