Commit graph

11 commits

Author SHA1 Message Date
Sandro Santilli 7f8e86fbf8 Test splitting 3d line by 2d blade
git-svn-id: http://svn.osgeo.org/postgis/trunk@5703 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-25 07:41:42 +00:00
Sandro Santilli be71022db0 Add test for GEOMETRYCOLLECTION and ST_Split
git-svn-id: http://svn.osgeo.org/postgis/trunk@5448 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-17 08:27:26 +00:00
Sandro Santilli ad5ca36e9a Add support for MULTI* in ST_Split
git-svn-id: http://svn.osgeo.org/postgis/trunk@5444 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-16 22:18:59 +00:00
Sandro Santilli 4f0c8d8d5f Rename ST_SplitGeometry to ST_Split (better now than never)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5438 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-15 18:03:11 +00:00
Sandro Santilli b7e1ad5dd1 Implement split-poly-by-line
git-svn-id: http://svn.osgeo.org/postgis/trunk@5437 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-15 18:00:12 +00:00
Sandro Santilli 30fe3142f4 Reword exception message, make algorithm more robust not relying on constructive functions to detect relation between inputs
git-svn-id: http://svn.osgeo.org/postgis/trunk@5436 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-13 12:55:00 +00:00
Sandro Santilli 36e109773a Split-line-by-line: handle overlap cases by raising an exception
git-svn-id: http://svn.osgeo.org/postgis/trunk@5434 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-13 11:16:53 +00:00
Sandro Santilli 87798fdd85 Implement split-line-by-line
git-svn-id: http://svn.osgeo.org/postgis/trunk@5433 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-13 10:59:19 +00:00
Sandro Santilli 645634d9a3 Set interface specs in stone within the implementation file, add a testcase to show what's "left" and what's "right" in the split-line-by-point
git-svn-id: http://svn.osgeo.org/postgis/trunk@5414 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-11 20:34:01 +00:00
Sandro Santilli e44c62ca56 Have ST_SplitGeometry return a collection of at most 2 elements (original part, cut-away part) so it's easier to handle by callers
git-svn-id: http://svn.osgeo.org/postgis/trunk@5412 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-11 20:19:14 +00:00
Sandro Santilli 4a7cb9dd18 Initial work on ST_SplitGeometry. Split line by point implemented.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5396 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-10 15:33:33 +00:00