postgis/lwgeom/TODO
Sandro Santilli 45188872ae updated
git-svn-id: http://svn.osgeo.org/postgis/trunk@1312 b70326c6-7e19-0410-871a-916f4a2858ee
2005-01-18 10:09:21 +00:00

23 lines
666 B
Plaintext

- lwgeom_clone_deep / lwgeom_release_deep
(or maybe should both be always be deep.... )
- LWGEOM editor (insert/append a geom, remove a geom, ....)
- Flatten(geometry)
- F linemerge(linestring, linestring)
- A linemerge(linestring, linestring)
- Check spheroid misure functions
o can't understand if 3d computation works since
I get same result w/ 2d and 3d.
o check if distance can be computed in 3d space
- Check semantic required by OGC functions working on "first geometry
of a given type". Is the first geometry be to be seeked inside
collection elements (currently it is not w/ LWGEOM) ?
- proj support functions might need 3d sometimes.