Commit graph

54 commits

Author SHA1 Message Date
Sandro Santilli cda47b7aff Add ST_Boundary in "see also" section for ST_MakePolygon
See https://lists.osgeo.org/pipermail/postgis-users/2015-June/040574.html

git-svn-id: http://svn.osgeo.org/postgis/trunk@13674 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-13 08:08:39 +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
Paul Ramsey 01c18b97f1 De-dupe doc entries
git-svn-id: http://svn.osgeo.org/postgis/trunk@13500 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-13 19:08:47 +00:00
Paul Ramsey 174ea1391c #3085, document ST_GeomFromTWKB
git-svn-id: http://svn.osgeo.org/postgis/trunk@13498 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-13 18:38:02 +00:00
Paul Ramsey 17c3f1f085 #3085 Add aggregate support and enhance TWKB support in general
git-svn-id: http://svn.osgeo.org/postgis/trunk@13493 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-13 18:03:16 +00:00
Nicklas Avén eaaf0e6a0e Add GeomFromTWKB #2917
git-svn-id: http://svn.osgeo.org/postgis/trunk@13053 b70326c6-7e19-0410-871a-916f4a2858ee
2014-10-09 18:24:39 +00:00
Sandro Santilli 1dfa144781 Improve encoded polyline docs
Fix cross-linking between encoded polyline in/out funx
Add link to encoded polyline algorithm format

git-svn-id: http://svn.osgeo.org/postgis/trunk@12751 b70326c6-7e19-0410-871a-916f4a2858ee
2014-07-07 10:25:36 +00:00
Sandro Santilli 236881f97e Added support for encoded_polyline input/output (#2349)
Allow to convert from Encoded Polyline to LineString.
Useful for storing routes from Osrm or Google into PostGIS.

See http://developers.google.com/maps/documentation/utilities/polylinealgorithm

Contributed by Kashif Rasul <kashif.rasul@gmail.com>

Includes unit and regress tests.
Includes documentation.

Signed-off-by: Sandro Santilli <strk@keybit.net>

git-svn-id: http://svn.osgeo.org/postgis/trunk@12750 b70326c6-7e19-0410-871a-916f4a2858ee
2014-07-07 10:21:22 +00:00
Regina Obe 074c183232 #25#2582 fix all references to -1 in constructors and change to 0 (SRID Unknown)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12231 b70326c6-7e19-0410-871a-916f4a2858ee
2014-02-14 03:25:29 +00:00
Regina Obe 4d9a4acc9c #1818 slight doc change move the FromGeoHash family to constructor section and link back to ST_GeoHash output and amend credits to Jason Smith
git-svn-id: http://svn.osgeo.org/postgis/trunk@11360 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-05 22:35:47 +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
Sandro Santilli bbdc67a958 Cross reference ST_BuildArea with ST_MakePolygon
git-svn-id: http://svn.osgeo.org/postgis/trunk@9727 b70326c6-7e19-0410-871a-916f4a2858ee
2012-05-08 16:47:25 +00:00
Sandro Santilli 7a5eba86d4 Put semicolon where it belongs (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9454 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:42:32 +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
Sandro Santilli f74cdad7df Add support for linestrings in ST_MakeLine (#1500)
Affects both the aggregate and the 2-parameters function.
Regression testing included.
Documentation was updated, but lacks examples.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8931 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-26 13:00:08 +00:00
Regina Obe 7062cf8ec2 oops took out a tag by accident
git-svn-id: http://svn.osgeo.org/postgis/trunk@8357 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-12 12:09:06 +00:00
Regina Obe a51c1f3081 document the new ST_MakeEnvelope variant (pretend like its used default paramters already), will fix the code later
git-svn-id: http://svn.osgeo.org/postgis/trunk@8356 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-12 12:03:40 +00:00
Regina Obe 35d7d7f0c7 Note: libxml2 dependency of ST_Geom*ML functions and ref back to configuration section. Also put in missing --with-xml2config flag in installion_configuration section
git-svn-id: http://svn.osgeo.org/postgis/trunk@8251 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-28 13:36:52 +00:00
Regina Obe 9bc1a87bc1 provide examples for ST_GeomFromGeoJSON now that I can compile it :)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8235 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-24 03:44:16 +00:00
Regina Obe 87fa569eb0 fix minor typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@8178 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-18 13:59:37 +00:00
Regina Obe bae31762d6 document new ST_GeomFromGeoJSON function. Will provide examples later once resolved my JSON-C compilation issues
git-svn-id: http://svn.osgeo.org/postgis/trunk@8177 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-18 13:58:47 +00:00
Regina Obe d0a949ad8e minor updates to ST_MakeLine to clarify pre-9.0 and 9.0+ approaches
git-svn-id: http://svn.osgeo.org/postgis/trunk@7684 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-27 19:21:09 +00:00
Regina Obe 66d2602a03 1 more change
git-svn-id: http://svn.osgeo.org/postgis/trunk@7683 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-27 11:55:00 +00:00
Regina Obe ea599511e5 fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@7682 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-27 11:54:13 +00:00
Regina Obe ffe153c10a example of using new PostgreSQL 9.0+ ORDER BY aggregate feature for ST_MakeLine
git-svn-id: http://svn.osgeo.org/postgis/trunk@7681 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-27 11:52:51 +00:00
Regina Obe 03ed13673c minor addition to GEOMETRYCOLLECTION(EMPTY) warning
git-svn-id: http://svn.osgeo.org/postgis/trunk@7448 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-22 23:13:26 +00:00
Regina Obe 5acb890833 #924 - document breaking change
git-svn-id: http://svn.osgeo.org/postgis/trunk@7447 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-22 23:10:36 +00:00
Regina Obe 2ec608ed7b more examples for ST_Point and example converting to geography
git-svn-id: http://svn.osgeo.org/postgis/trunk@7354 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-10 01:52:12 +00:00
Olivier Courtin c21dad8b29 Add an srid default value as second optional parameter for ST_GeomFromGML. Related to #906. Remove a wrong srsName definition. Update doc and unit test
git-svn-id: http://svn.osgeo.org/postgis/trunk@7071 b70326c6-7e19-0410-871a-916f4a2858ee
2011-04-29 17:44:00 +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
Regina Obe 4033ac4a9a Amend ST_AsGML and ST_GeomFromGML to include the fact they support TINS
git-svn-id: http://svn.osgeo.org/postgis/trunk@6844 b70326c6-7e19-0410-871a-916f4a2858ee
2011-02-17 19:19:09 +00:00
Regina Obe d81878488a change all these polyhedral surface/tin to enhanced from available
git-svn-id: http://svn.osgeo.org/postgis/trunk@6014 b70326c6-7e19-0410-871a-916f4a2858ee
2010-09-24 11:39:52 +00:00
Regina Obe 517c49f20a mark all polyhedral preexisting functions as enhanced. minor correction to comments
git-svn-id: http://svn.osgeo.org/postgis/trunk@6011 b70326c6-7e19-0410-871a-916f4a2858ee
2010-09-24 10:38:31 +00:00
Regina Obe df49283321 missing SELECT
git-svn-id: http://svn.osgeo.org/postgis/trunk@5815 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-12 12:39:59 +00:00
Regina Obe 4918de72f1 ST_GeomFromGML example for Polyhedral surface
git-svn-id: http://svn.osgeo.org/postgis/trunk@5812 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-11 13:42:25 +00:00
Regina Obe db4e15f9f6 typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@5782 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-06 15:42:26 +00:00
Regina Obe 28812e0e24 flagged wrong function - swap
git-svn-id: http://svn.osgeo.org/postgis/trunk@5779 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-06 13:24:27 +00:00
Regina Obe f5b408d69e flagged 1 too many functions as polyhedral supporting
git-svn-id: http://svn.osgeo.org/postgis/trunk@5778 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-06 13:22:38 +00:00
Regina Obe b0fa7d8e4d itemize some constructors supporting polyhedral surfaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@5776 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-06 13:00:17 +00:00
Regina Obe ace796047d minor corrections and addition about bytea output behavior in 9.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@5766 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-03 14:19:27 +00:00
Regina Obe 3d3cccf7dc amend docs to talk about standard_conforming_strings and change in 9.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@5755 b70326c6-7e19-0410-871a-916f4a2858ee
2010-07-28 04:30:46 +00:00
Regina Obe 63477d6f1c link to ST_MakePointM from ST_MakePoint
git-svn-id: http://svn.osgeo.org/postgis/trunk@5629 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-19 15:22:15 +00:00
Regina Obe 668d36bc61 fix formatting
git-svn-id: http://svn.osgeo.org/postgis/trunk@5612 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-04 17:18:09 +00:00
Regina Obe ad367ca4c4 Provide at least one example of ST_GeogFromText
git-svn-id: http://svn.osgeo.org/postgis/trunk@5611 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-04 17:17:22 +00:00
Regina Obe 72b1a20c75 correct example
git-svn-id: http://svn.osgeo.org/postgis/trunk@5074 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-30 09:15:51 +00:00
Regina Obe 507dd71650 fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@5067 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-30 06:38:29 +00:00
Regina Obe 255ecfb61e #365 document ST_GeogFromWKB and ST_GeogFromText
git-svn-id: http://svn.osgeo.org/postgis/trunk@5066 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-30 06:12:07 +00:00
Olivier Courtin 1358086804 Libxml become mandatory. Cf #344. Modify configure step, remove all HAVE_LIBXML2 from code, sql and unit tests. Update documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@5032 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-18 19:08:20 +00:00
Olivier Courtin 03609ce719 add also availability note to GmlToSQL()
git-svn-id: http://svn.osgeo.org/postgis/trunk@4889 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-24 10:28:46 +00:00