Opened 13 years ago

Closed 12 years ago

#673 closed enhancement (fixed)

Add support for typed empty geometries

Reported by: strk Owned by: strk
Priority: low Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

GEOS supports typed empty geometries. Postgis doesn't. For ST_SharedPaths it might be nice to have it, as GEOS would return a COLLECTION with 2 MULTILINESTRING elements, both possibly empty. So this would be a valid, and defined result:

 COLLECTION(MULTILINESTRING EMPTY, MULTILINESTRING EMPTY)

Change History (4)

comment:1 by strk, 13 years ago

r6235 allows typed empty collection coming from geos to be retained in postgis. regression testsuite survives that.

comment:2 by pramsey, 13 years ago

Owner: changed from pramsey to strk
lwpoint_construct_empty
lwline_construct_empty
lwpoly_construct_empty

all await your delectation…

comment:3 by strk, 13 years ago

Priority: mediumlow
Type: defectenhancement

comment:4 by strk, 12 years ago

Resolution: fixed
Status: newclosed

All done here.

Note: See TracTickets for help on using tickets.