Commit graph

7 commits

Author SHA1 Message Date
Regina Obe 2d7e0aa5d4 Get rid of more deprecated calls
git-svn-id: http://svn.osgeo.org/postgis/trunk@6531 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-29 14:14:45 +00:00
Regina Obe 62ab050080 move all deprecated Affine functoins to legach.sql.in.c, remove use in non-deprecated functions and in regress tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@6470 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-22 17:08:41 +00:00
Mark Leslie 5313b69c4f Added versions of functions with standard ST (Spatial Type) prefixes to any functions that were lacking them. Updated the regression tests to include the new functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2616 b70326c6-7e19-0410-871a-916f4a2858ee
2007-06-04 23:06:28 +00:00
Sandro Santilli 2504bfda8c Additional bbox tests for transcale, rotateX and rotateY
git-svn-id: http://svn.osgeo.org/postgis/trunk@2352 b70326c6-7e19-0410-871a-916f4a2858ee
2006-05-17 07:52:55 +00:00
Sandro Santilli c54bcc654c Added tests for translate and scale bbox computation
git-svn-id: http://svn.osgeo.org/postgis/trunk@2351 b70326c6-7e19-0410-871a-916f4a2858ee
2006-05-16 19:11:37 +00:00
Markus Schaber 2da9b850ab documented affine(), rewrote transscale() to use affine()
git-svn-id: http://svn.osgeo.org/postgis/trunk@2312 b70326c6-7e19-0410-871a-916f4a2858ee
2006-02-23 11:48:08 +00:00
Sandro Santilli 945d8543c4 Added affine() internal function.
Provided rotate{Z,X,Y}() internally using affine().
Made scale() and translate() internally use affine().
Obsoleted transscale() function.
Fixed a bbox-related bug in transscale()
Added a test for affine transformations.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2311 b70326c6-7e19-0410-871a-916f4a2858ee
2006-02-22 14:06:20 +00:00