From: Regina Obe Date: Tue, 22 Mar 2011 14:26:01 +0000 (+0000) Subject: some clarification of specs X-Git-Tag: 2.0.0alpha1~1846 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2c0ae17e9a3de8f20cb8e3a2bde5f1ee9b586bf;p=postgis some clarification of specs git-svn-id: http://svn.osgeo.org/postgis/trunk@6956 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_output.xml b/doc/reference_output.xml index d8d0167a6..c08521fee 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -851,7 +851,7 @@ SELECT ST_AsGML(3, ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 ST_AsX3D - Returns a Geometry in X3D (spec 3.0) data given a geometry + Returns a Geometry in X3D xml node element format: ISO-IEC-19776-1.2-X3DEncodings-XML @@ -871,10 +871,10 @@ SELECT ST_AsGML(3, ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 Description - Returns an X3D fragment in X3D 3.0 spec format http://www.web3d.org/specifications/x3d-3.0.xsd. If prec (precision) is not specified then defaults to 15. TINs are modeled as IndexedTriangleSet, MultiPoints as PointSet, LineString As LineSets, Polyhedral surfaces as IndexedFaceSet + Returns a geometry as an X3D xml formatted node element http://web3d.org/x3d/specifications/ISO-IEC-19776-1.2-X3DEncodings-XML/Part01/EncodingOfNodes.html. If prec (precision) is not specified then defaults to 15. TINs are modeled as IndexedTriangleSet, MultiPoints as PointSet, LineString As LineSets, Polyhedral surfaces as IndexedFaceSet Lots of advancements happening in 3D space particularly with X3D Integration with HTML5 There is also a nice open source X3D viewer you can use to view rendered geometries. Free Wrl http://freewrl.sourceforge.net/ binaries available for Mac, Linux, and Windows. - Availability: 2.0.0 + Availability: 2.0.0: ISO-IEC-19776-1.2-X3DEncodings-XML &Z_support;