Database Reference
In-Depth Information
LANGUAGE sql VOLATILE
COST 100;
ALTER FUNCTION chp07.AsX3D_XHTML(geometry)
OWNER TO me;
Usage would require that we pass such a function a geometry that has been
unioned.
SELECT chp07.AsX3D_XHTML(ST_UNION(the_geom))
FROM chp07.point_cloud;
We can now very simply generate the appropriate XHTML directly from the com-
mand line or a web framework.
Search WWH ::




Custom Search