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

◆ coordinate_to_wkt_sb()

static void coordinate_to_wkt_sb ( double *  coords,
stringbuffer_t sb,
uint32_t  dimensions,
int  precision 
)
inlinestatic

Definition at line 80 of file lwout_wkt.c.

81{
82 uint32_t d = 0;
84
85 for (d = 1; d < dimensions; d++)
86 {
87 stringbuffer_append_len(sb, " ", 1);
89 }
90}
static uint8_t precision
Definition cu_in_twkb.c:25
static void stringbuffer_append_double(stringbuffer_t *s, double d, int precision)
static void stringbuffer_append_len(stringbuffer_t *s, const char *a, size_t alen)
Append the specified string to the stringbuffer_t using known length.

References precision, stringbuffer_append_double(), and stringbuffer_append_len().

Referenced by ptarray_to_wkt_sb().

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