PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ asx3d3_point_sb()

static int asx3d3_point_sb ( const LWPOINT point,
int  precision,
int  opts,
__attribute__((__unused__)) const char *  defid,
stringbuffer_t sb 
)
static

for point we just output the coordinates

Definition at line 113 of file lwout_x3d.c.

118{
120 return ptarray_to_x3d3_sb(point->point, precision, opts, 0, sb);
121}
static uint8_t precision
Definition cu_in_twkb.c:25
static int ptarray_to_x3d3_sb(POINTARRAY *pa, int precision, int opts, int is_closed, stringbuffer_t *sb)
In X3D3, coordinates are separated by a space separator.
Definition lwout_x3d.c:511
POINTARRAY * point
Definition liblwgeom.h:471

References LWPOINT::point, precision, and ptarray_to_x3d3_sb().

Referenced by asx3d3_collection_sb(), asx3d3_multi_sb(), and lwgeom_to_x3d3_sb().

Here is the call graph for this function:
Here is the caller graph for this function: