Commit graph

12 commits

Author SHA1 Message Date
Paul Ramsey 758c70c790 Fixed spelling mistake in header text.
git-svn-id: http://svn.osgeo.org/postgis/trunk@529 b70326c6-7e19-0410-871a-916f4a2858ee
2004-04-28 22:26:02 +00:00
David Blasby 4b0fcdb321 moved forward declarations from postgis.h to postgis_proj.c
git-svn-id: http://svn.osgeo.org/postgis/trunk@444 b70326c6-7e19-0410-871a-916f4a2858ee
2004-02-06 00:42:25 +00:00
David Blasby f1616f85cf Optimized the curvature method (doesnt have to calculate e2)
git-svn-id: http://svn.osgeo.org/postgis/trunk@443 b70326c6-7e19-0410-871a-916f4a2858ee
2004-02-05 20:31:48 +00:00
David Blasby 80a0810d75 Added 'curvature method' for cases where the original algorithm breaks down.
git-svn-id: http://svn.osgeo.org/postgis/trunk@442 b70326c6-7e19-0410-871a-916f4a2858ee
2004-02-05 20:21:14 +00:00
David Blasby 640943a3b0 applied patricia tozer's patch (distance function was taking acos of something
just slightly outside [-1,1]).


git-svn-id: http://svn.osgeo.org/postgis/trunk@439 b70326c6-7e19-0410-871a-916f4a2858ee
2004-02-04 02:53:20 +00:00
David Blasby e2d661db98 changed david skae to skea
git-svn-id: http://svn.osgeo.org/postgis/trunk@399 b70326c6-7e19-0410-871a-916f4a2858ee
2003-12-04 18:58:35 +00:00
Paul Ramsey d6f7f47e2d Added CVS revision headers.
git-svn-id: http://svn.osgeo.org/postgis/trunk@278 b70326c6-7e19-0410-871a-916f4a2858ee
2003-07-01 18:30:55 +00:00
David Blasby b89f4ad0bf Added distance_ellipsiod(point,point,ellipsoid)
(called distance_spheroid in SQL)


git-svn-id: http://svn.osgeo.org/postgis/trunk@141 b70326c6-7e19-0410-871a-916f4a2858ee
2002-04-29 17:23:23 +00:00
David Blasby 462d63071a Coordinate transformation function, transform() added in this file.
Adds requirement for linking the proj4 library if non-null version of
function is requested.


git-svn-id: http://svn.osgeo.org/postgis/trunk@114 b70326c6-7e19-0410-871a-916f4a2858ee
2001-12-21 23:01:35 +00:00
David Blasby 3e6560bbbe added distance(geometry,geometry) and support functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@36 b70326c6-7e19-0410-871a-916f4a2858ee
2001-07-24 20:12:10 +00:00
David Blasby 0678bc5144 *** empty log message ***
git-svn-id: http://svn.osgeo.org/postgis/trunk@10 b70326c6-7e19-0410-871a-916f4a2858ee
2001-06-27 21:43:52 +00:00
David Blasby 64d323e6e0 Initial version of Projection support (currently limited to ellipsoids).
git-svn-id: http://svn.osgeo.org/postgis/trunk@9 b70326c6-7e19-0410-871a-916f4a2858ee
2001-06-27 17:28:50 +00:00