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 , 11 years ago
Keywords: | history added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
this functionality still needs documentation
Note:
See TracTickets
for help on using tickets.
r11803, in trunk (2.2.0dev)