<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
strk,<br>
<br>
Thanks for the pointer to linemerge(), but I am still not sure how to
insert an additional<br>
linestring into the existing geometrycollection.  Maybe this a "duh,"
but I have not <br>
figured out how to inert a line segment into the existing geometry.<br>
<br>
Regards,<br>
<br>
Jim<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:strk@refractions.net">strk@refractions.net</a> wrote:<br>
<blockquote cite="mid20061111213224.GA9192@keybit.net" type="cite">
  <pre wrap="">On Sat, Nov 11, 2006 at 10:42:06AM -0800, James G Wilkinson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am not sure this is the correct board for this, but here goes.

I have a GEOMETRYCOLLECTION that represents a
meandering line.  It is a valid geometry per ISVALID(), and
it is not closed per ISCLOSED().  Is there anyway that I
can insert an additional line into this collection so that ISCLOSED()
will return true?  That is I want to connect the start point and end
point of this collection.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
See linemerge() manual entry (to use *after* adding the new line
to the collection.

--strk;
_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>


  </pre>
</blockquote>
</body>
</html>