]> granicus.if.org Git - postgis/commit
Renamed variants of ST_World2RasterCoord() and ST_Raster2WorldCoord() to
authorBborie Park <bkpark at ucdavis.edu>
Mon, 26 Nov 2012 19:13:04 +0000 (19:13 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 26 Nov 2012 19:13:04 +0000 (19:13 +0000)
commit0b19048c556f92cb53ca1ba9417cbaae6aa985b4
tree3edf1e152f2931fc1a5a4a83ff2d10a7d9d99434
parent5699c380a45f4eb54411473b04d5c391796dd376
Renamed variants of ST_World2RasterCoord() and ST_Raster2WorldCoord() to
ST_WorldToRasterCoord() and ST_RasterToWorldCoord() as names are
inconsistent with other PostGIS function names. Ticket #2104

git-svn-id: http://svn.osgeo.org/postgis/trunk@10740 b70326c6-7e19-0410-871a-916f4a2858ee
12 files changed:
NEWS
doc/reference_raster.xml
raster/rt_pg/rtpostgis.sql.in.c
raster/rt_pg/rtpostgis_drop.sql.in.c
raster/test/regress/Makefile.in
raster/test/regress/rt_pixelascentroids.sql
raster/test/regress/rt_pixelaspoints.sql
raster/test/regress/rt_rastertoworldcoord.sql [moved from raster/test/regress/rt_raster2worldcoord.sql with 72% similarity]
raster/test/regress/rt_rastertoworldcoord_expected [moved from raster/test/regress/rt_raster2worldcoord_expected with 100% similarity]
raster/test/regress/rt_utility.sql
raster/test/regress/rt_worldtorastercoord.sql [moved from raster/test/regress/rt_world2rastercoord.sql with 67% similarity]
raster/test/regress/rt_worldtorastercoord_expected [moved from raster/test/regress/rt_world2rastercoord_expected with 100% similarity]