[postgis-devel] [PostGIS] #1176: [raster] Two raster ST_Intersects

PostGIS trac at osgeo.org
Wed Sep 14 06:21:02 PDT 2011


#1176: [raster] Two raster ST_Intersects
----------------------------+-----------------------------------------------
 Reporter:  dustymugs       |       Owner:  dustymugs    
     Type:  enhancement     |      Status:  assigned     
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by bnordgren):

 Replying to [comment:12 pracine]:
 > If I understand well these could be used to implement c version of all
 the world2raster and raster2world plpgsql functions?

 Yep. It's actually performed by GDAL using the GDALApplyGeoTransform()
 function. GDAL is also used to calculate the inverse transform whenever
 the accessors are used to change the parameters of the affine transform
 (scale, skew, offset). In essence, the forward and reverse transforms are
 always pre-computed and ready for use.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1176#comment:13>
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