From: Regina Obe Date: Tue, 1 Dec 2009 14:15:28 +0000 (+0000) Subject: First attempt at super-duper type functionality compare matrix X-Git-Tag: 1.5.0b1~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3d7fede8ea020a0ed0f1a2da84c2b7df63d5763;p=postgis First attempt at super-duper type functionality compare matrix git-svn-id: http://svn.osgeo.org/postgis/trunk@4952 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index 902d8b54b..77a4528dd 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -216,7 +216,131 @@ + + PostGIS Type Function Matrix + + + Below is an alphabetical listing of all functions in PostGIS and the kinds of spatial + types they work with. + An + means the function works with it natively. A T means it does but has a transform cast built-in to + do the work so not native. A * means the function works with it, but only does because of auto-casting + behavior. + + + Function Type Support Matrix + + + + + + + + + Function + geometry + geography + 3D (2.5D) + Curves + + + + + + + + + + + + + + + + + + + + + + + + + + + + * + + + + + + + + + + + T + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + - + + + + +
New PostGIS Functions