From 5e6ea428d2e7abb09246216f29ad0470a8a85277 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 7 Dec 2012 09:24:20 +0000 Subject: [PATCH] Add a "TopoGeometry Editors" section I've added a toTopoGeom entry in this section for the sole purpose of redirecting to the one in "TopoGeometry Constructors". It's two overloaded functions, documented togheter in the latter section. If there's any better way to deal with this I'm looking forward for enhancements. git-svn-id: http://svn.osgeo.org/postgis/trunk@10814 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 99 ++++++++++++++++++++++++++--------------- 1 file changed, 62 insertions(+), 37 deletions(-) diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 52ddeb294..a31e1e49a 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -2698,6 +2698,54 @@ SELECT ST_GetFaceGeometry('topo_boston_test', f.face_id) + + + TopoElementArray_Agg + Returns a topoelementarray for a set of element_id, type arrays (topoelements) + + + + + + topoelementarray TopoElementArray_Agg + topoelement set tefield + + + + + + Description + + Used to create a from a set of . + + + Availability: 2.0.0 + + + + + Examples + SELECT topology.TopoElementArray_Agg(ARRAY[e,t]) As tea + FROM generate_series(1,3) As e CROSS JOIN generate_series(1,4) As t; + tea +-------------------------------------------------------------------------- +{{1,1},{1,2},{1,3},{1,4},{2,1},{2,2},{2,3},{2,4},{3,1},{3,2},{3,3},{3,4}} + + + See Also + , + + + + + + + + This section covers the topology functions for editing existing topogeometries. + + + TopoGeometry Editors + clearTopoGeom @@ -2743,45 +2791,21 @@ UPDATE nei_topo SET topo = ST_Buffer(clearTopoGeom(topo), -10); - - - - TopoElementArray_Agg - Returns a topoelementarray for a set of element_id, type arrays (topoelements) - - - - - - topoelementarray TopoElementArray_Agg - topoelement set tefield - - - - - + + + + toTopoGeom + Adds a geometry shape to an existing topo geometry + + Description - - Used to create a from a set of . - - - Availability: 2.0.0 - - + +Refer to + + + + - - Examples - SELECT topology.TopoElementArray_Agg(ARRAY[e,t]) As tea - FROM generate_series(1,3) As e CROSS JOIN generate_series(1,4) As t; - tea --------------------------------------------------------------------------- -{{1,1},{1,2},{1,3},{1,4},{2,1},{2,2},{2,3},{2,4},{3,1},{3,2},{3,3},{3,4}} - - - See Also - , - - @@ -2882,6 +2906,7 @@ UPDATE nei_topo SET topo = ST_Buffer(clearTopoGeom(topo), -10); , + -- 2.40.0