<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>

<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=DE link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Use ST_Multi(point) to get what you want.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>You can build your query using  ST_DWithin(geomA, geomB, dist).<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New";
color:#1F497D'>Gr Ralf</span><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p></o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>Von:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
postgis-users-bounces@postgis.refractions.net
[mailto:postgis-users-bounces@postgis.refractions.net] <b>Im Auftrag von </b>Mehmet
Sirin<br>
<b>Gesendet:</b> Donnerstag, 26. November 2009 01:52<br>
<b>An:</b> PostGIS Users Discussion<br>
<b>Betreff:</b> [postgis-users] point to multipoint<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>hi, is someone out there who can explain how to make several
points to a multipoint.. i tried st_union and st_collect but what comes out is
a multilinestring and geometrycollection(string(..)) respectively.<br>
<br>
code with which the unwilling multilinestring happens:<br>
<br>
select astext(st_union(c.geom_4326)) from (<br>
    select * from (select * from(<br>
        select *,buffer(geom_4326,0.01)as buff from
gc_berechnet where name='Neuer Graben'
and               
<br>
        gemeinde='Osnabrück')a)b,
zip_coordinates zc<br>
where contains(buff,zc.geom) )c<br>
<br>
<br>
what i want to do: <br>
1.buffering a pointt (A) with a radius of 1km<br>
2.take a look which other points lie in this buffer polygon<br>
3.find out which point inside the buffer is nearest to the first point (A) i
buffered.<br>
important for 3. : when having a multipoint i can easily use st_distance to
determine the closest point to point (A)<br>
<br>
<br>
you can tell me how to create multipoint ? then i love you^^<br>
<br>
<br>
<br>
leaving you kind regards<br>
mehmet sirin c.<o:p></o:p></p>

</div>

</body>

</html>