From: Regina Obe Date: Tue, 20 Jan 2015 01:11:53 +0000 (+0000) Subject: take out statements about how SFCGAL handles Polyhedral surfaces X-Git-Tag: 2.2.0rc1~704 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30f6cc7792f287d680fbc5e91cae81d71ef73133;p=postgis take out statements about how SFCGAL handles Polyhedral surfaces git-svn-id: http://svn.osgeo.org/postgis/trunk@13184 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 4a9b5387f..ddd957de4 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -313,7 +313,7 @@ ST_DWithin( ST_3DIntersects Returns TRUE if the Geometries "spatially - intersect" in 3d - only for points, linestrings, polygons, polyhedral surface (area). With SFCGAL backend enabled also supports TINS and Polyhedral Surfaces (including solids) in addition. + intersect" in 3d - only for points, linestrings, polygons, polyhedral surface (area). With SFCGAL backend enabled also supports TINS @@ -346,7 +346,7 @@ ST_DWithin( geometries. - In order to take advantage of support for TINS and extended support for PolyHedralSurfaces, you need to enable the SFCGAL backend. This can be done at session time with: set postgis.backend = sfcgal; or at the database or system level. Database level can be done with ALTER DATABASE gisdb SET postgis.backend = sfcgal;. + In order to take advantage of support for TINS, you need to enable the SFCGAL backend. This can be done at session time with: set postgis.backend = sfcgal; or at the database or system level. Database level can be done with ALTER DATABASE gisdb SET postgis.backend = sfcgal;. &Z_support; &P_support;