Definition at line 854 of file lwout_gml.c.
855{
857 uint32_t i;
858
861 {
863 }
865 {
867 }
869
870 for (i = 0; i <
cur->ngeoms; ++i)
871 {
873 subgeom =
cur->geoms[i];
875 {
877 }
879 {
881 }
883 {
885 }
887 }
889}
static void asgml3_compound(stringbuffer_t *sb, const LWCOMPOUND *col, const GML_Options *opts)
static void asgml3_circstring(stringbuffer_t *sb, const LWCIRCSTRING *circ, const GML_Options *opts)
static void asgml3_line(stringbuffer_t *sb, const LWLINE *line, const GML_Options *opts)
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.
static void stringbuffer_append(stringbuffer_t *s, const char *a)
Append the specified string to the stringbuffer_t.
References asgml3_circstring(), asgml3_compound(), asgml3_line(), CIRCSTRINGTYPE, COMPOUNDTYPE, LINETYPE, stringbuffer_append(), stringbuffer_aprintf(), and LWGEOM::type.
Referenced by lwgeom_to_gml3().