Ticket #517 (closed enhancement: duplicate)

Opened 2 years ago

Last modified 5 months ago

ST_MakeEllipse geometry

Reported by: Epzt Owned by: Epzt
Priority: low Milestone: PostGIS 2.1.0
Component: postgis Version: trunk
Keywords: 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

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

Change History

Changed 2 years ago by Epzt

Changed 5 months ago by strk

  • milestone changed from PostGIS 2.0.0 to PostGIS 2.1.0

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

Changed 5 months ago by strk

  • status changed from new to closed
  • resolution set to duplicate

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

Changed 5 months ago by strk

ops, it was #517

Changed 5 months ago by strk

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

Changed 5 months ago by strk

:-| #468, and I run away hiding

Note: See TracTickets for help on using tickets.