Definition at line 1890 of file lwout_gml.c.
1911 if ( i ) ptr += sprintf(ptr,
" ");
1913 ptr += sprintf(ptr,
"%s %s",
y,
x);
1915 ptr += sprintf(ptr,
"%s %s",
x,
y);
1932 if ( i ) ptr += sprintf(ptr,
" ");
1934 ptr += sprintf(ptr,
"%s %s %s",
y,
x, z);
1936 ptr += sprintf(ptr,
"%s %s %s",
x,
y, z);
const POINT3DZ * getPoint3dz_cp(const POINTARRAY *pa, uint32_t n)
Returns a POINT3DZ pointer into the POINTARRAY serialized_ptlist, suitable for reading from.
#define FLAGS_GET_Z(flags)
Macros for manipulating the 'flags' byte.
const POINT2D * getPoint2d_cp(const POINTARRAY *pa, uint32_t n)
Returns a POINT2D pointer into the POINTARRAY serialized_ptlist, suitable for reading from.
#define OUT_DOUBLE_BUFFER_SIZE
int lwprint_double(double d, int maxdd, char *buf, size_t bufsize)
References POINTARRAY::flags, FLAGS_GET_Z, getPoint2d_cp(), getPoint3dz_cp(), IS_DEGREE, lwprint_double(), POINTARRAY::npoints, ovdump::opts, OUT_DOUBLE_BUFFER_SIZE, precision, POINT2D::x, POINT3DZ::x, pixval::x, POINT2D::y, POINT3DZ::y, pixval::y, and POINT3DZ::z.
Referenced by asgml3_circstring_buf(), asgml3_compound_buf(), asgml3_curvepoly_buf(), asgml3_line_buf(), asgml3_point_buf(), asgml3_poly_buf(), asgml3_triangle_buf(), and gbox_to_gml3().