PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ asx3d3_point_sb()

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

for point we just output the coordinates

Definition at line 114 of file lwout_x3d.c.

116 {
118  return ptarray_to_x3d3_sb(point->point, precision, opts, 0, sb);
119 }
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:502
opts
Definition: ovdump.py:44
POINTARRAY * point
Definition: liblwgeom.h:414

References ovdump::opts, 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: