</refsection>
</refentry>
+ <refentry id="TopoElementArray_Agg">
+ <refnamediv>
+ <refname>TopoElementArray_Agg</refname>
+ <refpurpose>Returns a <varname>topoelementarray</varname> for a set of element_id, type arrays (topoelements)</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>topoelementarray <function>TopoElementArray_Agg</function></funcdef>
+ <paramdef><type>topoelement set</type> <parameter>tefield</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ </refsynopsisdiv>
+
+ <refsection>
+ <title>Description</title>
+
+ <para>Used to create a <xref linkend="topoelementarray" /> from a set of <xref linkend="topoelement" />.</para>
+
+ <!-- use this format if new function -->
+ <para>Availability: 2.0.0</para>
+ </refsection>
+
+
+ <refsection>
+ <title>Examples</title>
+ <programlisting>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}}</programlisting>
+ </refsection>
+ <refsection>
+ <title>See Also</title>
+ <para><xref linkend="topoelement"/>, <xref linkend="topoelementarray"/></para>
+ </refsection>
+ </refentry>
+ </sect1>
+
+ <sect1 id="TopoGeometry_Editors">
+ <sect1info>
+ <abstract>
+ <para>This section covers the topology functions for editing existing topogeometries.</para>
+ </abstract>
+ </sect1info>
+ <title>TopoGeometry Editors</title>
+
<refentry id="clearTopoGeom">
<refnamediv>
<refname>clearTopoGeom</refname>
</para>
</refsection>
</refentry>
-
- <refentry id="TopoElementArray_Agg">
- <refnamediv>
- <refname>TopoElementArray_Agg</refname>
- <refpurpose>Returns a <varname>topoelementarray</varname> for a set of element_id, type arrays (topoelements)</refpurpose>
- </refnamediv>
-
- <refsynopsisdiv>
- <funcsynopsis>
- <funcprototype>
- <funcdef>topoelementarray <function>TopoElementArray_Agg</function></funcdef>
- <paramdef><type>topoelement set</type> <parameter>tefield</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- </refsynopsisdiv>
-
- <refsection>
+
+ <refentry>
+ <refnamediv>
+ <refname>toTopoGeom</refname>
+ <refpurpose>Adds a geometry shape to an existing topo geometry</refpurpose>
+ </refnamediv>
+ <refsection>
<title>Description</title>
-
- <para>Used to create a <xref linkend="topoelementarray" /> from a set of <xref linkend="topoelement" />.</para>
-
- <!-- use this format if new function -->
- <para>Availability: 2.0.0</para>
- </refsection>
-
+<para>
+Refer to <xref linkend="toTopoGeom" />
+</para>
+ </refsection>
+ </refentry>
+
- <refsection>
- <title>Examples</title>
- <programlisting>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}}</programlisting>
- </refsection>
- <refsection>
- <title>See Also</title>
- <para><xref linkend="topoelement"/>, <xref linkend="topoelementarray"/></para>
- </refsection>
- </refentry>
</sect1>
<sect1 id="TopoGeom_Accessors">
<para><xref linkend="GetTopoGeomElementArray"/>, <xref linkend="topoelement"/></para>
</refsection>
</refentry>
+
</sect1>