[postgis-devel] [PostGIS] #790: Implement AsGML(TopoGeometry)
PostGIS
trac at osgeo.org
Wed Jan 19 05:23:49 PST 2011
#790: Implement AsGML(TopoGeometry)
----------------------+-----------------------------------------------------
Reporter: strk | Owner: strk
Type: task | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
The function should produce <gml:TopoPoint>, <gml:TopoCurve> and
<gml:TopoSurface> for a given TopoGeometry.
There should be a way for the function to decide about whether to write
primitive elements "inline" or to reference them trough xlinks.
Such a decision could be driven by an optional second argument being the
name of a "visited" table to use for bookkeeping.
A companion for this function would be a triplet of
AsGML(<primitive_topology_record>) functions to write the actual
<gml:Node>, <gml:Edge> and <gml:Face> tags, each of which should likely
also make use of a passed-or-created "visited" table (gml:Face references
gml:Edge, gml:Edge references gml:Node)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/790>
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