From: Regina Obe Date: Sat, 11 May 2013 05:20:33 +0000 (+0000) Subject: have sfcgal function appear in special index and also flag if a function requires... X-Git-Tag: 2.1.0beta2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8596e92ee015e144a08706065eb355cd988c0498;p=postgis have sfcgal function appear in special index and also flag if a function requires sfcgal in matrix git-svn-id: http://svn.osgeo.org/postgis/trunk@11417 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index d7719c838..9bb9ed68a 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -116,6 +116,7 @@ XML_SOURCES = \ reference_lrs.xml \ reference_management.xml \ reference_measure.xml \ + reference_sfcgal.xml \ reference_misc.xml \ reference_operator.xml \ reference_output.xml \ diff --git a/doc/html/images/matrix_3dglasses.png b/doc/html/images/matrix_3dglasses.png new file mode 100644 index 000000000..d3e478119 Binary files /dev/null and b/doc/html/images/matrix_3dglasses.png differ diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index b5f26dd17..78b49acb5 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -285,6 +285,8 @@ ]]> ]]> ]]> + ]]> + PostGIS Function Support Matrix Below is an alphabetical listing of spatial specific functions in PostGIS and the kinds of spatial @@ -294,6 +296,7 @@ A means it works but with a transform cast built-in using cast to geometry, transform to a "best srid" spatial ref and then cast back. Results may not be as expected for large areas or areas at poles and may accumulate floating point junk. A means the function works with the type because of a auto-cast to another such as to box3d rather than direct type support. + A means the function only available if PostGIS compiled with SFCGAL support. geom - Basic 2D geometry support (x,y). geog - Basic 2D geography support (x,y). 2.5D - basic 2D geometries in 3 D/4D space (has Z or M coord). @@ -378,7 +381,9 @@ - + + +