Definition at line 98 of file lwout_kml.c.
99{
100 uint32_t i, j;
103 double *d;
104
105 for ( i = 0; i < pa->
npoints; i++ )
106 {
108 d = (double*)(&pt);
110 for (j = 0; j < dims; j++)
111 {
114 }
115 }
117}
#define FLAGS_GET_Z(flags)
int getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *point)
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 POINTARRAY::flags, FLAGS_GET_Z, getPoint4d_p(), LW_SUCCESS, POINTARRAY::npoints, precision, stringbuffer_append_double(), and stringbuffer_append_len().
Referenced by lwline_to_kml2_sb(), lwpoint_to_kml2_sb(), lwpoly_to_kml2_sb(), and lwtriangle_to_kml2_sb().