Commit graph

26 commits

Author SHA1 Message Date
Regina Obe 0ad05964db more marks of TIN
git-svn-id: http://svn.osgeo.org/postgis/trunk@6878 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-05 09:12:30 +00:00
Regina Obe c388385b4a Flag more functions as supporting TINS, provide some examples
git-svn-id: http://svn.osgeo.org/postgis/trunk@6877 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-05 06:17:06 +00:00
Regina Obe 244a939935 more examples of TIN and polyhedral surfaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@6876 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-05 06:07:28 +00:00
Sandro Santilli 876edb5576 Expose versions of ST_IsValid and ST_IsValidReason accepting "the ESRI flag" and implemented as wrappers to ST_IsValidDetail. Only available when building against GEOS-3.3+. Commit includes documentation and regress-testing. Closes ticket #831 [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6828 b70326c6-7e19-0410-871a-916f4a2858ee
2011-02-16 10:19:22 +00:00
Sandro Santilli 741772b267 Document ST_isValidDetail(geom, flags) variant [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6825 b70326c6-7e19-0410-871a-916f4a2858ee
2011-02-16 08:34:08 +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 ec90b75f8e forgot to update the description too
git-svn-id: http://svn.osgeo.org/postgis/trunk@6623 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 23:44:43 +00:00
Regina Obe f13ebf6e07 Amend ST_GeometryN to note singular geometry behavior change
git-svn-id: http://svn.osgeo.org/postgis/trunk@6622 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 23:40:52 +00:00
Olivier Courtin e6f9b70d84 Fix few errors inside DocBook documentation. Refer to #471
git-svn-id: http://svn.osgeo.org/postgis/trunk@6077 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-14 06:04:07 +00:00
Regina Obe c4af6ea50c Note change in behavior of ST_NumGeometries and add back changed section.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6013 b70326c6-7e19-0410-871a-916f4a2858ee
2010-09-24 11:00:30 +00:00
Regina Obe 7c689f0093 we have too many new functions (those polyhedral things that should really be marked as enhancements) and we are going to have a lot of breaking changes. Revise what's new section to have a really new, enhanced, and behavior changed section
git-svn-id: http://svn.osgeo.org/postgis/trunk@6010 b70326c6-7e19-0410-871a-916f4a2858ee
2010-09-24 10:34:42 +00:00
Regina Obe f402f7f828 st_isclosed polyhedral surface
git-svn-id: http://svn.osgeo.org/postgis/trunk@5819 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-13 15:15:56 +00:00
Regina Obe 899ce367ac Polyhedral findings based on monkey testing -- more to come
git-svn-id: http://svn.osgeo.org/postgis/trunk@5816 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-12 14:52:07 +00:00
Regina Obe 0d115229d5 Flag st_dimension supports polyhedral and no longer throws exception for empty geoms
git-svn-id: http://svn.osgeo.org/postgis/trunk@5799 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-09 18:56:51 +00:00
Regina Obe c6a8af40e6 ST_GeometryN polyhedral support
git-svn-id: http://svn.osgeo.org/postgis/trunk@5798 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-09 15:40:59 +00:00
Regina Obe 1ea42a8046 appendments about Polyhedral surface support
git-svn-id: http://svn.osgeo.org/postgis/trunk@5796 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-09 13:53:12 +00:00
Sandro Santilli 14d81ce4de Document ST_isCollection (see #549)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5723 b70326c6-7e19-0410-871a-916f4a2858ee
2010-07-06 08:28:36 +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 eb1dd5f0f6 Return NULL rather than throwing when a COLLECTION is given to ST_Boundary [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@5256 b70326c6-7e19-0410-871a-916f4a2858ee
2010-02-16 09:38:30 +00:00
Sandro Santilli 0c65788b81 Document ST_Dimension handling of empty geometries
git-svn-id: http://svn.osgeo.org/postgis/trunk@5248 b70326c6-7e19-0410-871a-916f4a2858ee
2010-02-16 08:03:03 +00:00
Sandro Santilli cc5170bdf6 Document ST_IsValidDetail
git-svn-id: http://svn.osgeo.org/postgis/trunk@5205 b70326c6-7e19-0410-871a-916f4a2858ee
2010-02-05 17:57:20 +00:00
Regina Obe 2292b762db Fix ST_Extent/ST_Expand docs to reflect change in behavior of outputting double precision coords instead of float4. Still need to fix up examples.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5081 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-30 15:12:49 +00:00
Regina Obe d4b5ad190d ST_Box back to Box link ref
git-svn-id: http://svn.osgeo.org/postgis/trunk@5079 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-30 13:08:38 +00:00
Regina Obe 6dc8929ed8 more clarity on the float4/float8 for ST_Envelope
git-svn-id: http://svn.osgeo.org/postgis/trunk@5073 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-30 07:20:22 +00:00
Regina Obe 3449749830 #531 ST_Envelope has wrong return type changed from boolean to geometry
git-svn-id: http://svn.osgeo.org/postgis/trunk@5071 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-30 06:53:26 +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