<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I'm wondering if the order of a linestring's vertices can be adjusted when unioning geometries. It seems like they aren't, but should be when unioning multiple smaller components into one long multilinestring. <br><br>For example, when unioning these linestrings<br><br> (0 0,0 1,0 2),(0 4,0 3,0 2),(0 4,0 5,0 6)<br><br>I'd want to get this multilinestring returned<br><br>((0 0,0 1,0 2),(0 2,0 3,0 4),(0 4,0 5,0 6))<br><br>Is there a method of returning the order (right/left) of a linestring's vertices, or better yet, is there any way to force unioned geometries to use the same vertex order?<br><br><br><br /><hr />Express your personality in color! Preview and select themes for HotmailŪ.  <a href='http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TXT_MSGTX_WL_HM_express_032009#colortheme' target='_new'>See how.</a></body>
</html>