[postgis-devel] [PostGIS] #1212: [raster]: st_intersects signature change - documentation out of synch
PostGIS
trac at osgeo.org
Thu Sep 29 11:10:43 PDT 2011
#1212: [raster]: st_intersects signature change - documentation out of synch
----------------------------+-----------------------------------------------
Reporter: robe | Owner: pracine
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by dustymugs):
> I'm pretty sure overloading does not take the return type into account
so you will have to do something anyway otherwise ST_Intersection(raster,
geometry) -> raster will conflict with ST_Intersection(raster, geometry)
-> set of geomval. Right Robe?
What I was thinking was:
ST_Intersection(raster, geometry) -> raster
ST_Intersection(geometry, raster) -> set of geomval
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1212#comment:25>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list