]> granicus.if.org Git - postgis/commit
Duplicated and refactored the ST_XXX4ma() functions for ST_MapAlgebra
authorBborie Park <bkpark at ucdavis.edu>
Fri, 12 Oct 2012 16:06:27 +0000 (16:06 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 12 Oct 2012 16:06:27 +0000 (16:06 +0000)
commit6d4a860c64054fd75e88d0eda322002162ebdb94
tree1310c4ec2f23efc7c8176ff494b995a25080caa8
parentc3dee3684e4717ca470d83d12fd9d68b3e69300a
Duplicated and refactored the ST_XXX4ma() functions for ST_MapAlgebra
usage.  Exception for ST_InvDistWeight4ma() and ST_MinDist4ma(), both of
which are new for 2.1. Added regression tests as well.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10419 b70326c6-7e19-0410-871a-916f4a2858ee
doc/reference_raster.xml
raster/rt_core/rt_api.c
raster/rt_pg/rtpostgis.sql.in.c
raster/test/regress/Makefile.in
raster/test/regress/rt_4ma.sql [new file with mode: 0644]
raster/test/regress/rt_4ma_expected [new file with mode: 0644]
raster/test/regress/rt_invdistweight4ma.sql
raster/test/regress/rt_invdistweight4ma_expected