From: Sandro Santilli Date: Mon, 9 Jan 2012 17:27:09 +0000 (+0000) Subject: Further cleanup of ST_CollectionExtract documentation X-Git-Tag: 2.0.0alpha1~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8311a61e128b5f6dcb1e6f5da83708c3def10c55;p=postgis Further cleanup of ST_CollectionExtract documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@8723 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_editor.xml b/doc/reference_editor.xml index 0c199daba..5577c5cdc 100644 --- a/doc/reference_editor.xml +++ b/doc/reference_editor.xml @@ -647,8 +647,6 @@ MULTILINESTRING((-45.2 -33.2,-46 -32),(-29 -27,-30 -29.7,-36 -31,-45 -33)) Given a (multi)geometry, returns a (multi)geometry consisting only of elements of the specified type. -Sub-geometries that are not the specified type are ignored. If there are no sub-geometries of the right type, an EMPTY geometry will be returned. -Only points, lines and polygons are supported. Type numbers are 1 == POINT, 2 == LINESTRING, 3 == POLYGON. @@ -700,7 +698,7 @@ MULTILINESTRING((0 0, 1 1), (2 2, 3 3)) See Also - + ,