Opened 11 years ago

Closed 11 years ago

#2430 closed enhancement (fixed)

ST_ForceCurve to upcast geometries to curved class

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 2.2.0
Component: postgis Version: master
Keywords: curves, history Cc:

Description

some geometries can be upcast to a curve, ST_ForceCurve should do that:

  • line → compoundcurve
  • multiline → multicurve
  • polygon → curvepolygon
  • multipolygon → multisurface

Change History (3)

comment:1 by strk, 11 years ago

Keywords: history added
Resolution: fixed
Status: newclosed

r11803, in trunk (2.2.0dev)

comment:2 by strk, 11 years ago

Resolution: fixed
Status: closedreopened

this functionality still needs documentation

comment:3 by strk, 11 years ago

Resolution: fixed
Status: reopenedclosed

Documented with r12054

Note: See TracTickets for help on using tickets.