<br><font size=2 face="sans-serif">Hey Paul,</font>
<br>
<br><font size=2 face="sans-serif">i need the ST_Expand() function with
a radius/expand of 10 Meters, how i will do that?</font>
<br><font size=2 face="sans-serif">The Point to expand is in SRID 4326
.</font>
<br>
<br><font size=2 face="sans-serif">Thanks</font>
<br>
<br><font size=2 face="sans-serif">Stefan<br>
 </font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Paul Ramsey <pramsey@opengeo.org></b>
</font>
<br><font size=1 face="sans-serif">Gesendet von: postgis-users-bounces@postgis.refractions.net</font>
<p><font size=1 face="sans-serif">07.07.2010 23:13</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Bitte antworten an<br>
PostGIS Users Discussion <postgis-users@postgis.refractions.net></font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">An</font></div>
<td><font size=1 face="sans-serif">PostGIS Users Discussion <postgis-users@postgis.refractions.net></font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Kopie</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Thema</font></div>
<td><font size=1 face="sans-serif">Re: [postgis-users] Projection(s) for
global point-and-radius        searches</font><font size=2 face="sans-serif">
</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2>No, because the functions on Geometry(4326) don't
return metric answers.<br>
<br>
SELECT<br>
  ST_Distance('SRID=4326;POINT(0 0)'::geometry, 'SRID=4326;POINT(1<br>
1)'::geometry) as geom,<br>
  ST_Distance('POINT(0 0)'::geography, 'POINT(1 1)'::geography) as
geog;<br>
<br>
Geography understands that it's on a sphere and does the Right Thing.<br>
Geometry(4326) still operates on a cartesian plane, it just has<br>
"units" of degrees (which is pretty nonsensical for any kind
of<br>
measurement calculation).<br>
<br>
P<br>
<br>
On Wed, Jul 7, 2010 at 2:03 PM, David Jantzen <djantzen@ql2.com>
wrote:<br>
> Ok, interesting.  Is it equivalent then to using a GEOMETRY type
with SRID 4326?<br>
><br>
> On Jul 7, 2010, at 12:25 PM, Paul Ramsey wrote:<br>
><br>
>> On Wed, Jul 7, 2010 at 12:25 PM, Paul Ramsey <pramsey@opengeo.org>
wrote:<br>
>>> ST_Buffer(geography, float8) returns geography<br>
>>> ST_Intersection(geography, geography) returns geography<br>
>><br>
>> These last two actually *do* carry out projections under the covers,<br>
>> so watch out.<br>
>><br>
>> P<br>
>> _______________________________________________<br>
>> postgis-users mailing list<br>
>> postgis-users@postgis.refractions.net<br>
>> http://postgis.refractions.net/mailman/listinfo/postgis-users<br>
><br>
> _______________________________________________<br>
> postgis-users mailing list<br>
> postgis-users@postgis.refractions.net<br>
> http://postgis.refractions.net/mailman/listinfo/postgis-users<br>
><br>
_______________________________________________<br>
postgis-users mailing list<br>
postgis-users@postgis.refractions.net<br>
http://postgis.refractions.net/mailman/listinfo/postgis-users<br>
</font></tt>
<br>