containing_face field value.
</para>
+ <note><para>
+This function does not use nor set the next_left_edge and next_right_edge fields of the edge table.
+ </para></note>
+
<para>The target topology is assumed to be valid (containing no self-intersecting edges). An exception is raised if: The polygon boundary is not fully defined by existing edges or the polygon overlaps an existing face.</para>
<para>
|| quote_literal(apoly::text)
|| ', geom)';
- --
- -- TODO:
- -- Set next_left_face and next_right_face !
- -- These are required by the model, but not really used
- -- by this implementation...
- -- NOTE: should probably be done when adding edges rather than
- -- when registering faces
- --
- RAISE WARNING 'Not updating next_{left,right}_face fields of face boundary edges';
-
-
RETURN faceid;
END