Ticket #1462 (closed task: fixed)

Opened 16 months ago

Last modified 16 months ago

Have TopoGeometry::Geometry always return a MULTI*

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: trunk
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

Changed 16 months ago by strk

Done with r8893

Changed 16 months ago by strk

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.