[postgis-devel] [PostGIS] #1289: Override GeometryType for TopoGeometry
PostGIS
trac at osgeo.org
Thu Nov 24 06:03:31 PST 2011
#1289: Override GeometryType for TopoGeometry
-------------------------+--------------------------------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by strk):
Next issue: such override could be _very_ fast if we don't care about the
type being SINGLE or MULTI. This is because that information is already
encoded in the TopoGeometry type itself (1 for puntal, 2 for lineal, 3 for
areal, 4 for collection).
Would always returning MULTI* be an acceptable response ?
This could be diffrent from calling geometrytype(input::geometry), which
could be a single (not multi) version of the same space.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1289#comment:9>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list