Ticket #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: | 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
Note: See
TracTickets for help on using
tickets.
