[postgis-users] Creating an ellipse area ?

Flavio Perri FPERRI at it.ibm.com
Fri May 18 07:01:54 PDT 2007


Hi, I tried that function, and seems to work fine, but I don't understand
the last parameter (i tried with 1000). Then, a question: I tried to select
all geometries inside the ellipse area with this query:
  select * from pointTable a, linesTable b where id=xxx and
Intersects(b.the_geom, ellipse(X(a.the_geom),Y(a.the_geom),0.010,0.005,
a.direction, 1000) and a.the_geom && l.the_geom

is it right?

Flavio

postgis-users-bounces at postgis.refractions.net wrote on 17/05/2007 17.39.57:

> Flavio
> Look at the ellipse function at:
> http://postgis.refractions.net/support/wiki/index.php?plpgsqlfunctions
>
> Bruce
>
> -----Original Message-----
> From: postgis-users-bounces at postgis.refractions.net
> [mailto:postgis-users-bounces at postgis.refractions.net] On Behalf Of
Flavio
> Perri
> Sent: Thursday, May 17, 2007 3:14 AM
> To: PostGIS Users Discussion
> Subject: [postgis-users] Creating an ellipse area ?
>
>
> Hi again.
>
> Given a point, is it possible to create an ellipse area starting from it?
>
>
> Flavio Perri
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users




More information about the postgis-users mailing list