Definition at line 135 of file lwout_svg.c.
145 circle ?
"x=\"%s\" y=\"%s\"" :
"cx=\"%s\" cy=\"%s\"",
#define OUT_DOUBLE_BUFFER_SIZE
int lwprint_double(double d, int maxdd, char *buf)
static const POINT2D * getPoint2d_cp(const POINTARRAY *pa, uint32_t n)
Returns a POINT2D pointer into the POINTARRAY serialized_ptlist, suitable for reading from.
static int lwgeom_is_empty(const LWGEOM *geom)
Return true or false depending on whether a geometry is an "empty" geometry (no vertices members)
int stringbuffer_aprintf(stringbuffer_t *s, const char *fmt,...)
Appends a formatted string to the current string buffer, using the format and argument list provided.
References getPoint2d_cp(), lwgeom_is_empty(), lwprint_double(), OUT_DOUBLE_BUFFER_SIZE, LWPOINT::point, precision, stringbuffer_aprintf(), POINT2D::x, and POINT2D::y.
Referenced by assvg_geom(), assvg_multipoint(), and lwgeom_to_svg().