Opened 14 years ago

Closed 12 years ago

Last modified 12 years ago

#517 closed enhancement (duplicate)

ST_MakeEllipse geometry

Reported by: Epzt Owned by: Epzt
Priority: low Milestone: PostGIS 2.1.0
Component: postgis Version: master
Keywords: history Cc:

Description

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.

Attachments (1)

ST_MakeFile.patch (289.0 KB ) - added by Epzt 14 years ago.

Download all attachments as: .zip

Change History (7)

by Epzt, 14 years ago

Attachment: ST_MakeFile.patch added

comment:1 by strk, 12 years ago

Milestone: PostGIS 2.0.0PostGIS 2.1.0

2.0 is in feature freeze, this gets shifted to 2.1.

comment:2 by strk, 12 years ago

Resolution: duplicate
Status: newclosed

Seems a duplicate of #417, altought they have a different attachment…

comment:3 by strk, 12 years ago

ops, it was #517

comment:4 by strk, 12 years ago

#467 (and if it's still wrong I'm off for today)

comment:5 by strk, 12 years ago

:-| #468, and I run away hiding

comment:6 by robe, 12 years ago

Keywords: history added
Note: See TracTickets for help on using tickets.