From: Regina Obe Date: Fri, 20 Jun 2014 05:41:33 +0000 (+0000) Subject: #2753: patch from vmp -- revised patch moving intro into an abstract instead of as... X-Git-Tag: 2.2.0rc1~1082 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a046e1ca4148bf0f531a8a5fa00375baa7a40d1e;p=postgis #2753: patch from vmp -- revised patch moving intro into an abstract instead of as separate section git-svn-id: http://svn.osgeo.org/postgis/trunk@12626 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml index 94aa4ce92..7a0db80ca 100644 --- a/doc/reference_sfcgal.xml +++ b/doc/reference_sfcgal.xml @@ -1,13 +1,45 @@ - - - Using SFCGAL Advanced 2D/3D functions - - TODO Introduction part + + + + + SFCGAL is a C++ wrapper library around CGAL that provides advanced 2D and 3D functions. + For robustness, geometry coordinates have an exact rational number representation. - TODO Install part + Installation instructions of the library can be found on SFCGAL home page (http://www.sfcgal.org). + To load the functions execute postgis/sfcgal.sql + + + + + postgis_sfcgal_version + + Returns the version of SFCGAL in use + + + + + + text postgis_sfcgal_version + + + + + + + Description + + Availability + &sfcgal_required; + &Z_support; + &P_support; + &T_support; + + + + @@ -185,6 +217,62 @@ + + + ST_3DIntersection + + Perform 3D intersection + + + + + + geometry ST_3DIntersection + geometry geom1 + geometry geom2 + + + + + + Description + + Availability + &sfcgal_required; + &Z_support; + &P_support; + &T_support; + + + + + + + ST_3DArea + + Computes area of 3D geometries + + + + + + floatST_3DArea + geometry geom1 + + + + + + Description + + Availability + &sfcgal_required; + &Z_support; + &P_support; + &T_support; + + + @@ -214,4 +302,4 @@ - +