From: Regina Obe Date: Mon, 26 Sep 2011 06:29:35 +0000 (+0000) Subject: document ST_Intersects(rasta,rastb,nbanda,nbandb) -- left out ST_Intersects(rasta... X-Git-Tag: 2.0.0alpha1~962 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88c2c9a42bcbf93e2594103d1df3d3b8c12a0317;p=postgis document ST_Intersects(rasta,rastb,nbanda,nbandb) -- left out ST_Intersects(rasta,nbanda,rastb,nbandb) - that one offends my senses. git-svn-id: http://svn.osgeo.org/postgis/trunk@7892 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index c433d9e41..4f3bcc3c2 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -5788,6 +5788,26 @@ a_rid | b_rid | overleft geommin + + + boolean ST_Intersects + + raster + rasta + + + raster + rastb + + + integer + nbanda=NULL + + + integer + nbandb=NULL + + @@ -5799,6 +5819,8 @@ a_rid | b_rid | overleft This operand will make use of any indexes that may be available on the geometries / rasters. + + Enhanced: 2.0.0 support raster/raster intersects was introduced.