[postgis-devel] [PostGIS] #517: ST_MakeEllipse geometry
PostGIS
trac at osgeo.org
Tue May 4 04:40:53 PDT 2010
#517: ST_MakeEllipse geometry
-------------------------+--------------------------------------------------
Reporter: Epzt | Owner: Epzt
Type: enhancement | Status: new
Priority: low | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Dear all,
I developed for my own needs a ST_MakeEllipse function.
As it's name said, it returns a polygon with an ellipse shape.
It takes 4 arguments:
- the first is a point geometry on wich the ellipse will centered,
- the second is the length of the main radius of the ellipse
- the third is a percentage corresponding to the length of the ninor axis
regarding the major axis length, i.e. minor axis length = major axis
length x third argument
- the fourth one is the number of points used to defined the polygon.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/517>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list