From: Regina Obe Date: Wed, 2 Dec 2009 22:05:00 +0000 (+0000) Subject: Flag more as working with curves. I think all do except same operator but need to... X-Git-Tag: 1.5.0b1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac5ce821e4d1dc2346fee24cc3985de4bc424737;p=postgis Flag more as working with curves. I think all do except same operator but need to verify. git-svn-id: http://svn.osgeo.org/postgis/trunk@4977 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_operator.xml b/doc/reference_operator.xml index 4911a7304..9e0275076 100644 --- a/doc/reference_operator.xml +++ b/doc/reference_operator.xml @@ -55,6 +55,7 @@ geometries. Availability: 1.5.0 support for geography was introduced. + &curve_support; @@ -196,6 +197,8 @@ FROM The &<| operator returns TRUE if the bounding box of geometry A overlaps or is below of the bounding box of geometry B, or more accurately, overlaps or is NOT above the bounding box of geometry B. + + &curve_support; This operand will make use of any indexes that may be available on the geometries. @@ -485,6 +488,8 @@ FROM This operand will NOT make use of any indexes that may be available on the geometries. + + &curve_support;