From 8596e92ee015e144a08706065eb355cd988c0498 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 11 May 2013 05:20:33 +0000 Subject: [PATCH] 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 --- doc/Makefile.in | 1 + doc/html/images/matrix_3dglasses.png | Bin 0 -> 695 bytes doc/xsl/postgis_aggs_mm.xml.xsl | 7 ++++++- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 doc/html/images/matrix_3dglasses.png 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 0000000000000000000000000000000000000000..d3e478119399ff2cce7b77b8abe418e58bf50dae GIT binary patch literal 695 zcmV;o0!aOdP)R}pquRSwbXVgRDVLd zabs|40!D0!E!xj~%#7y@lOba;8Aw7ldEuo)x#zr3&gD#q;y4awDV012m;=mQqEe}R zFPF;>{dE8sn4S#I;H+Y?xDP;A0YqsPS06oof{l$$luD)6lpqZ5%^94fs_HWU5eAS1 zKqwm4*6t#)^#DXUX$XURa&OMyEY2iJe+$fr#L>|qel!|T6a}OhCZ`zp*5epc6lahI0d8(u*x7mQUc(f{qvxz30Eaf4O$gXfN95ZM zaNV`xK;b&SsiUe;OcRQ#4F|9-Xq^t%1}Cr-kyw2D88Ai=v>lwiN#OYRIlflEfVFw= zJ{Ir9QC(ibh-x_G#Gi}7E09tLViDXjR1DLFun{5H!;hbkPN$Oq_{DYb^yMoog!po? zIW%Gp0_eI9LpLGy;Q(#hh7dX|%j&HxKlA?>Ak+l(z!rFSs4{?%s(3PN#E{%jLGYmW*-g6>oaC$*VxoN7;4kH1_EYxO)L{Ss002ovPDHLkV1j@`Kl}gy literal 0 HcmV?d00001 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 @@ - + + + -- 2.50.1