From: Bborie Park Date: Sat, 14 Jul 2012 00:14:56 +0000 (+0000) Subject: Updated TODO since a bunch of functions just had tickets created. X-Git-Tag: 2.1.0beta2~799 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32a1546fd965dee6e9adb5686e80b578b468cf69;p=postgis Updated TODO since a bunch of functions just had tickets created. git-svn-id: http://svn.osgeo.org/postgis/trunk@10061 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/TODO b/raster/TODO index ea3eba526..f043f6fc4 100644 --- a/raster/TODO +++ b/raster/TODO @@ -10,21 +10,9 @@ yet to be ticketed in PostGIS trac and lack specifics. -- Spatial Relationships functions -- -In addition to the ST_Intersects() function, the following functions should be -implemented. - - - ST_Contains - - ST_ContainsProperly - - ST_Covers - - ST_CoveredBy - - ST_Crosses - - ST_Disjoint - - ST_DFullyWithin - - ST_DWithin - - ST_Within - - ST_Overlaps - - ST_Touches - - ST_Within +In addition to the existing or ticketed spatial relationship functions, it may +be worth implementing the following functions. + - ST_Equals (?) - ST_Relate (?) - ST_RelateMatch (?)