Opened 13 years ago
Closed 13 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 , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Done with r8893