Commit graph

39 commits

Author SHA1 Message Date
Regina Obe dc2325d64b update ST_AsGML with examples and include envelope bits option
git-svn-id: http://svn.osgeo.org/postgis/trunk@8227 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-23 17:24:02 +00:00
Regina Obe bc5702ba49 fix typo in GML description noted by strk
git-svn-id: http://svn.osgeo.org/postgis/trunk@8226 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-23 15:27:59 +00:00
Regina Obe b79b522d9c change ST_AsX3d from using methodsynopsis back to funcsynopsis. This was an attempt before to stylize default args which didn't work out.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7492 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-26 18:18:23 +00:00
Regina Obe 50d43ea155 git-svn-id: http://svn.osgeo.org/postgis/trunk@7251 b70326c6-7e19-0410-871a-916f4a2858ee 2011-05-25 23:38:13 +00:00
Regina Obe f833c5410d put header on table
git-svn-id: http://svn.osgeo.org/postgis/trunk@7250 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-25 23:37:08 +00:00
Regina Obe 56bd95d89b git-svn-id: http://svn.osgeo.org/postgis/trunk@7242 b70326c6-7e19-0410-871a-916f4a2858ee 2011-05-25 12:35:02 +00:00
Regina Obe 58f7d3e20e missed a spot
git-svn-id: http://svn.osgeo.org/postgis/trunk@7239 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-24 18:53:01 +00:00
Regina Obe e430f91487 experiment with methodsynopsis evidentally seems to support default parameters and conditional args, we need to move from funcsynopsis (designed for C) to methodsynopsis. This is what PHP uses -- https://doc.php.net/php/dochowto/chapter-skeletons.php
git-svn-id: http://svn.osgeo.org/postgis/trunk@7238 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-24 18:50:35 +00:00
Regina Obe 3ef6f639aa fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@7200 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-19 04:54:36 +00:00
Regina Obe 5db85e534b support for 2D points, add multipoint 2d / 3d to cunit. Add a mapping table to documentation to clarify how we map PostGIS geometries to X3D equivalent.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7199 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-19 04:53:22 +00:00
Regina Obe 4e0e1002fa let me try to put the opt somewhere else.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7188 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-18 12:05:44 +00:00
Regina Obe 85635f6c6c bah just use brackets for optional args -- docbook seems to be ignoring the choice='opt' tag
git-svn-id: http://svn.osgeo.org/postgis/trunk@7180 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-18 04:43:40 +00:00
Regina Obe d84b917963 try to get optional argument to have brackets using optional tag
git-svn-id: http://svn.osgeo.org/postgis/trunk@7179 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-18 04:13:16 +00:00
Regina Obe 95c3bb5115 Nothing like experimenting with myself. Change ST_AsX3D to use default parameters and reduce down to one proto
git-svn-id: http://svn.osgeo.org/postgis/trunk@7177 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-17 22:50:27 +00:00
Regina Obe 6838d38802 Fix handling of 3d polygons (still doesn't handle holes right), update doc to show example and also caveats so far, add polygon and polyhedralsurface example to c unit tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@7078 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-01 02:46:40 +00:00
Regina Obe b2c0ae17e9 some clarification of specs
git-svn-id: http://svn.osgeo.org/postgis/trunk@6956 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-22 14:26:01 +00:00
Regina Obe 6d74b61ecd Multilinestring working even for closed multilinestrings. Still need to fix polygon and multipolygons. also added example of closed multilinestring.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6915 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-16 22:15:22 +00:00
Regina Obe fe8055a8e0 Document ST_ASX3D function -- still a work in progress -- will add more as I flesh out the rest.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6904 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-16 05:15:35 +00:00
Regina Obe 55484a4a78 amend enhancements line for ST_AsGML to note strk's addition of option 4 -- use LineString instead of curve tag
git-svn-id: http://svn.osgeo.org/postgis/trunk@6853 b70326c6-7e19-0410-871a-916f4a2858ee
2011-02-23 08:58:51 +00:00
Sandro Santilli 24d063a3bd Ticket #816: flag to select <LineString> over <Curve> for GML3 line output [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6852 b70326c6-7e19-0410-871a-916f4a2858ee
2011-02-22 14:52:51 +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 1359945181 #824 more corrections from Kashif Rasul
git-svn-id: http://svn.osgeo.org/postgis/trunk@6798 b70326c6-7e19-0410-871a-916f4a2858ee
2011-02-10 11:59:20 +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 b239057162 remove ~= geography according to garden tests geography doesn't have such an operator. Also put in version number arg name to make GeoJSON easier to test
git-svn-id: http://svn.osgeo.org/postgis/trunk@6252 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-02 15:54:46 +00:00
Regina Obe 5d410a11a0 more logging cleanup and add create index test for geometry/geography. Change verison number arg in ST_GeoJSON so can stuff the right value in testing
git-svn-id: http://svn.osgeo.org/postgis/trunk@6210 b70326c6-7e19-0410-871a-916f4a2858ee
2010-11-30 07:02:46 +00:00
Regina Obe d777a1c112 missing protos for st_askml, st_asgml
git-svn-id: http://svn.osgeo.org/postgis/trunk@6085 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-19 12:31:36 +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 9b4f286fdd more tin and ps. Note about change in st_asbinary in 9.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@5850 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-19 12:28:28 +00:00
Regina Obe f05085eb02 ST_AsGML polyhedral support
git-svn-id: http://svn.osgeo.org/postgis/trunk@5820 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-13 15:26:51 +00:00
Regina Obe 2483997108 flag more ps functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@5784 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-06 16:17:27 +00:00
Olivier Courtin 23d4eb80c3 Add new option to ST_AsGML: ability to remove srsDimension attribute in GML 3. cf #508
git-svn-id: http://svn.osgeo.org/postgis/trunk@5575 b70326c6-7e19-0410-871a-916f4a2858ee
2010-04-27 15:26:08 +00:00
Olivier Courtin d3b3479ad7 Fix wrong OGC URN in GeoJson and GML output. Cf #507
git-svn-id: http://svn.osgeo.org/postgis/trunk@5572 b70326c6-7e19-0410-871a-916f4a2858ee
2010-04-27 13:58:41 +00:00
Olivier Courtin fa69a73149 Add optional namespace to ST_AsKML function. related in a way to #460
git-svn-id: http://svn.osgeo.org/postgis/trunk@5532 b70326c6-7e19-0410-871a-916f4a2858ee
2010-04-12 08:48:02 +00:00
Olivier Courtin 8936c39d15 Add geography support to ST_AsGML with prefix namespace option. Update doc and unit tests. cf #460
git-svn-id: http://svn.osgeo.org/postgis/trunk@5471 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-30 12:32:24 +00:00
Olivier Courtin 799fa47aba Fix a lot of DocBook errors. Use DocBook + MathML DTD. Fix xsl/postgis_aggs_mm.xml.xsl to produce valid Docbook. Now make check output in docs is clean. cf #471
git-svn-id: http://svn.osgeo.org/postgis/trunk@5466 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-28 08:33:41 +00:00
Sandro Santilli 834d325343 Expose custom prefix arg for ST_asGML to SQL, add tests and dox
git-svn-id: http://svn.osgeo.org/postgis/trunk@5459 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-23 19:35:26 +00:00
Paul Ramsey 9d8fc40f25 ST_AsLatLonText(geometry, format) from Jeff Adams
git-svn-id: http://svn.osgeo.org/postgis/trunk@5305 b70326c6-7e19-0410-871a-916f4a2858ee
2010-02-22 20:42:05 +00:00
Regina Obe a5395c2354 fill in missing curve support flags for outputs
git-svn-id: http://svn.osgeo.org/postgis/trunk@4982 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-03 08:58:12 +00:00
Olivier Courtin fa1b7f8382 Split reference.xml on several sub files (upon sect1). Use entity to avoid redundant compliant/support text (SFS, SQL/MM, Z/M dimensions, Curve support)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4817 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-15 20:39:17 +00:00