PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ asx3d3_line_coords_sb()

static int asx3d3_line_coords_sb ( const LWLINE line,
int  precision,
int  opts,
stringbuffer_t sb 
)
static

Definition at line 122 of file lwout_x3d.c.

123 {
124  return ptarray_to_x3d3_sb(line->points, precision, opts, lwline_is_closed(line), sb);
125 }
static uint8_t precision
Definition: cu_in_twkb.c:25
int lwline_is_closed(const LWLINE *line)
Definition: lwline.c:454
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:502
opts
Definition: ovdump.py:44
POINTARRAY * points
Definition: liblwgeom.h:425

References lwline_is_closed(), ovdump::opts, LWLINE::points, precision, and ptarray_to_x3d3_sb().

Referenced by asx3d3_multi_sb().

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