PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
char* lwgeom_to_x3d3 | ( | const LWGEOM * | geom, |
char * | srs, | ||
int | precision, | ||
int | opts, | ||
const char * | defid | ||
) |
We might change this later, but putting a polygon in an indexed face set seems like the simplest way to go so treat just like a mulitpolygon
Definition at line 60 of file lwout_x3d.c.
References asx3d3_collection(), asx3d3_line(), asx3d3_multi(), asx3d3_point(), asx3d3_psurface(), asx3d3_tin(), asx3d3_triangle(), COLLECTIONTYPE, LINETYPE, lwalloc(), lwcollection_free(), lwerror(), lwgeom_as_multi(), lwgeom_is_empty(), lwtype_name(), MULTILINETYPE, MULTIPOINTTYPE, MULTIPOLYGONTYPE, POINTTYPE, POLYGONTYPE, POLYHEDRALSURFACETYPE, TINTYPE, TRIANGLETYPE, ovdump::type, and LWGEOM::type.
Referenced by do_x3d3_test(), do_x3d3_unsupported(), and LWGEOM_asX3D().