Commit graph

86 commits

Author SHA1 Message Date
Regina Obe 4e848ca940 ST_Relate use integer instead of int for arg type. That's what PostgreSQL shows it as in final function and int is tripping up garden tests (doesn't know what int is).
git-svn-id: http://svn.osgeo.org/postgis/trunk@13968 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-21 06:54:08 +00:00
Paul Ramsey 63f2b4871f #2577, ST_Project() doc update
git-svn-id: http://svn.osgeo.org/postgis/trunk@13846 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-23 18:05:26 +00:00
Paul Ramsey 5e3551e7d1 #3201 ST_DistanceSphere uses SRID to obtain spheroid
git-svn-id: http://svn.osgeo.org/postgis/trunk@13840 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-23 16:26:08 +00:00
Paul Ramsey f2cd7bb252 #2918, Use GeographicLib functions for geodetics
git-svn-id: http://svn.osgeo.org/postgis/trunk@13521 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-19 14:37:01 +00:00
Sandro Santilli e447ee1d39 Deprecate ST_Length2D_Spheroid, renamed to ST_Length2DSpheroid
See #2748

git-svn-id: http://svn.osgeo.org/postgis/trunk@13507 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-15 09:23:26 +00:00
Sandro Santilli 484d957f5a Deprecate ST_3DLength_Spheroid (#2748)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13192 b70326c6-7e19-0410-871a-916f4a2858ee
2015-01-21 17:33:02 +00:00
Regina Obe 30f6cc7792 take out statements about how SFCGAL handles Polyhedral surfaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@13184 b70326c6-7e19-0410-871a-916f4a2858ee
2015-01-20 01:11:53 +00:00
Regina Obe 236b974442 flag ST_3DIntersects as overloaded sfcgal function
git-svn-id: http://svn.osgeo.org/postgis/trunk@13183 b70326c6-7e19-0410-871a-916f4a2858ee
2015-01-18 09:50:52 +00:00
Sandro Santilli a656c023f1 CamelCase-ize ST_DistanceSphere (#2748)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13179 b70326c6-7e19-0410-871a-916f4a2858ee
2015-01-16 13:43:35 +00:00
Sandro Santilli f1b955e091 CamelCase-ize ST_LengtSpheroid, ST_DistanceSpheroid (#2748)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13173 b70326c6-7e19-0410-871a-916f4a2858ee
2015-01-04 17:08:14 +00:00
Sandro Santilli 5898d71c40 Fix typo, insert a comma
Thanks Christian Sturm

git-svn-id: http://svn.osgeo.org/postgis/trunk@13168 b70326c6-7e19-0410-871a-916f4a2858ee
2014-12-30 16:55:29 +00:00
Regina Obe b18e4995db #2646 typo arithmetric -> arithmetric in ST_Centroid
git-svn-id: http://svn.osgeo.org/postgis/trunk@12235 b70326c6-7e19-0410-871a-916f4a2858ee
2014-02-20 05:46:38 +00:00
Regina Obe 082413c6fa #876 ST_Azimuth doc patch
git-svn-id: http://svn.osgeo.org/postgis/trunk@11617 b70326c6-7e19-0410-871a-916f4a2858ee
2013-07-02 21:52:25 +00:00
Regina Obe e7a5fb010b move example to ST_HausdorffDistance
git-svn-id: http://svn.osgeo.org/postgis/trunk@11608 b70326c6-7e19-0410-871a-916f4a2858ee
2013-07-02 16:11:55 +00:00
Regina Obe c7adb0717b bah get rid of last example not quite the solution for problem after further ruminating.
git-svn-id: http://svn.osgeo.org/postgis/trunk@11607 b70326c6-7e19-0410-871a-916f4a2858ee
2013-07-02 15:43:56 +00:00
Regina Obe 058fbaf3bb fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@11606 b70326c6-7e19-0410-871a-916f4a2858ee
2013-07-02 14:06:06 +00:00
Regina Obe f263576df7 minor adjustment
git-svn-id: http://svn.osgeo.org/postgis/trunk@11605 b70326c6-7e19-0410-871a-916f4a2858ee
2013-07-02 13:56:35 +00:00
Regina Obe 8561d8cdf8 useful real world example of using ST_MaxDistance
git-svn-id: http://svn.osgeo.org/postgis/trunk@11604 b70326c6-7e19-0410-871a-916f4a2858ee
2013-07-02 13:55:48 +00:00
Olivier Courtin 927028f23c Add SFCGAL support cf #2254. Include SFCGAL support, postgis backend handling (GEOS/SFCGAL). Regress tests, documentation prototypes and also additional force_sfs function.
git-svn-id: http://svn.osgeo.org/postgis/trunk@11389 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-09 19:38:17 +00:00
Regina Obe e3a5a69e15 #2018 mark ST_Dwithin as also supporting curves. Just taking rpamsey's word for this -- will test later.
git-svn-id: http://svn.osgeo.org/postgis/trunk@11230 b70326c6-7e19-0410-871a-916f4a2858ee
2013-03-31 01:55:16 +00:00
Regina Obe bb64ac39ca #2018: highlight that curves are now supported - examples forthcoming. Also broke geography into separate example section
git-svn-id: http://svn.osgeo.org/postgis/trunk@11228 b70326c6-7e19-0410-871a-916f4a2858ee
2013-03-30 01:19:11 +00:00
Regina Obe 6f476a0796 ST_Perimeter not being flagged in matrix as geography function because of double function synopsis
git-svn-id: http://svn.osgeo.org/postgis/trunk@11046 b70326c6-7e19-0410-871a-916f4a2858ee
2013-01-26 18:17:02 +00:00
Regina Obe efa5bf8640 link happiness -- add ref to postgresql math functions so people aren't puzzled by degrees, pi, radians where they came from
git-svn-id: http://svn.osgeo.org/postgis/trunk@11044 b70326c6-7e19-0410-871a-916f4a2858ee
2013-01-26 17:31:38 +00:00
Regina Obe f7f9ae6123 clarify distance is in meters in the short-descrip that shows in db environment
git-svn-id: http://svn.osgeo.org/postgis/trunk@11043 b70326c6-7e19-0410-871a-916f4a2858ee
2013-01-26 17:27:27 +00:00
Regina Obe 65a9dfa549 ST_Project -- somebody didn't follow protocol and didn't tag PostGIS version when they added this
git-svn-id: http://svn.osgeo.org/postgis/trunk@11040 b70326c6-7e19-0410-871a-916f4a2858ee
2013-01-26 17:22:46 +00:00
Regina Obe 94164e21a2 spell degrees correctly -- its degrees not degreees
git-svn-id: http://svn.osgeo.org/postgis/trunk@11029 b70326c6-7e19-0410-871a-916f4a2858ee
2013-01-26 02:42:30 +00:00
Regina Obe 173901a900 #657: correct the documentation on ST_Project to reflect it expects bearing measured in radians and how to handle for both degrees and radians
git-svn-id: http://svn.osgeo.org/postgis/trunk@11026 b70326c6-7e19-0410-871a-916f4a2858ee
2013-01-26 02:32:22 +00:00
Regina Obe 249fa8d3e5 minor adjustments to terminology to improve searchin
git-svn-id: http://svn.osgeo.org/postgis/trunk@10538 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-24 03:41:56 +00:00
Regina Obe 43475cc266 link to ST_3DClosestPoint from ST_ClosestPoint. Some people didn't notice we had a 3D variant and looked in the wrong place.
git-svn-id: http://svn.osgeo.org/postgis/trunk@10379 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-05 19:22:13 +00:00
Sandro Santilli 754f06cc84 More Double quote tag attribute values for poxml support
git-svn-id: http://svn.osgeo.org/postgis/trunk@10288 b70326c6-7e19-0410-871a-916f4a2858ee
2012-09-14 20:52:10 +00:00
Regina Obe b4af7c6682 update about enhancements in geography ST_DWithin and ST_Distance. Done for ST_Intersects too I think? Paul? But haven't marked ST_Intersects since wasn't sure.
git-svn-id: http://svn.osgeo.org/postgis/trunk@10197 b70326c6-7e19-0410-871a-916f4a2858ee
2012-08-23 06:37:42 +00:00
Sandro Santilli 62c37aa18d Azimuth on the 9th hour of the clock is 3PI/2, not 3PI/4 (thanks ij)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9660 b70326c6-7e19-0410-871a-916f4a2858ee
2012-04-24 19:12:12 +00:00
Regina Obe 67bf093bb2 #1757 -- change in behavior of ST_3Dlength_spheroid not noted and changed name incorrectly stated.
git-svn-id: http://svn.osgeo.org/postgis/trunk@9618 b70326c6-7e19-0410-871a-916f4a2858ee
2012-04-07 02:05:15 +00:00
Sandro Santilli f57a0f7c2e Fix typo puffered -> buffered
git-svn-id: http://svn.osgeo.org/postgis/trunk@9515 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-16 19:13:34 +00:00
Paul Ramsey e1d253e2eb Documentation URLs, visible whitespace, and minor touchups (#1548) from mwtoews
git-svn-id: http://svn.osgeo.org/postgis/trunk@9067 b70326c6-7e19-0410-871a-916f4a2858ee
2012-02-07 17:23:50 +00:00
Regina Obe 9406de8468 update to include ST_Azimuth for geography -- still need example. Also provide example for using degrees
git-svn-id: http://svn.osgeo.org/postgis/trunk@8641 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-01 15:41:10 +00:00
Paul Ramsey 35c0bbf274 Add ST_Project(geography, distance, azimuth) (#657) to construct a new point given a heading and a distance.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8495 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-21 18:42:08 +00:00
Regina Obe bafec11f4a add very paertinatnet ST_3DDistance reference to ST_3DDwithin
git-svn-id: http://svn.osgeo.org/postgis/trunk@7927 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-01 03:46:39 +00:00
Chris Hodgson 4bcb607121 Added some diagrams to the st_overlaps docmentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@7842 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-13 18:47:37 +00:00
Regina Obe 693bc8f401 note about ST_length geography breaking change -- in 1.5 used to return perimeter of a polygon now returns 0 just like geometry
git-svn-id: http://svn.osgeo.org/postgis/trunk@7459 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-23 22:29:56 +00:00
Regina Obe bfa9b8bf90 Change ST_Length, ST_Perimeter for geography to use default parameters, document ST_Perimeter(geography,use_spheroid)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7418 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-18 03:41:35 +00:00
Regina Obe 609b340a4c #961- reduce number of functions - Get rid of st_area(geography) and change st_area(geography, use_spheroid = true) and also have named argument names so callable by named args
git-svn-id: http://svn.osgeo.org/postgis/trunk@7299 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-31 01:29:19 +00:00
Regina Obe 831ba5d5c6 fix url in ST_Azimuth.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7012 b70326c6-7e19-0410-871a-916f4a2858ee
2011-04-09 06:32:28 +00:00
Regina Obe 7cc018a2b3 Azimuth example with angles of azimuth and my drawing cheatsheet (st_azimuthmath.sql) in case have to do this again.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7011 b70326c6-7e19-0410-871a-916f4a2858ee
2011-04-08 17:02:51 +00:00
Nicklas Avén 71416b38a4 Putting renamed 3D-functions in legacy.sql.c and some clarifying notes about the renaming
git-svn-id: http://svn.osgeo.org/postgis/trunk@6976 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-28 18:46:28 +00:00
Nicklas Avén 517bd984db Renaming of 3D functions, #817
git-svn-id: http://svn.osgeo.org/postgis/trunk@6974 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-27 17:50:58 +00:00
Sandro Santilli 0ba0e5bf2b Some (poor) documentation for ST_Relate(g1,g2,boundaryNodeRule)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6883 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-08 10:43:21 +00:00
Regina Obe b8cde00cfc #821: doc typos errata from Kashif Rasul
git-svn-id: http://svn.osgeo.org/postgis/trunk@6790 b70326c6-7e19-0410-871a-916f4a2858ee
2011-02-09 12:54:23 +00:00
Regina Obe 9941120624 document ST_3DLongestLine and add missing polyhedralsurface and 3D support flags for ST_3D family of functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@6642 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-16 12:08:32 +00:00
Regina Obe 843b8fddbb Another minor change to ST_3DShortestLine. Document topoelementarraay and GetTopoGeomElementArray (which by the ways seems to me a bit of a misnomer)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6612 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 08:27:31 +00:00