Opened 12 years ago

Closed 12 years ago

#1462 closed task (fixed)

Have TopoGeometry::Geometry always return a MULTI*

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: master
Keywords: Cc:

Description

Since TopoGeometry types don't make a distinction between a single and a multi type (they are: puntual, lineal, areal) it would be more consistent to always return a Multi rather than relying on the actual definition.

The GeometryType(TopoGeometry) override already assumes they are all Multi*, so changing the actual cast would be a uniform step in that direction.

Change History (2)

comment:1 by strk, 12 years ago

Done with r8893

comment:2 by strk, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.