Definition at line 687 of file gserialized1.c.
688{
690
692 {
714 default:
716 return 0;
717 }
718}
static size_t gserialized1_from_lwcollection_size(const LWCOLLECTION *col)
static size_t gserialized1_from_lwpoint_size(const LWPOINT *point)
static size_t gserialized1_from_lwtriangle_size(const LWTRIANGLE *triangle)
static size_t gserialized1_from_lwcircstring_size(const LWCIRCSTRING *curve)
static size_t gserialized1_from_lwline_size(const LWLINE *line)
static size_t gserialized1_from_lwpoly_size(const LWPOLY *poly)
const char * lwtype_name(uint8_t type)
Return the type name string associated with a type number (e.g.
#define POINTTYPE
LWTYPE numbers, used internally by PostGIS.
#define POLYHEDRALSURFACETYPE
#define LWDEBUGF(level, msg,...)
void void lwerror(const char *fmt,...) __attribute__((format(printf
Write a notice out to the error handler.
References CIRCSTRINGTYPE, COLLECTIONTYPE, COMPOUNDTYPE, CURVEPOLYTYPE, gserialized1_from_lwcircstring_size(), gserialized1_from_lwcollection_size(), gserialized1_from_lwline_size(), gserialized1_from_lwpoint_size(), gserialized1_from_lwpoly_size(), gserialized1_from_lwtriangle_size(), LINETYPE, LWDEBUGF, lwerror(), lwtype_name(), MULTICURVETYPE, MULTILINETYPE, MULTIPOINTTYPE, MULTIPOLYGONTYPE, MULTISURFACETYPE, POINTTYPE, POLYGONTYPE, POLYHEDRALSURFACETYPE, TINTYPE, TRIANGLETYPE, LWGEOM::type, and LWPOINT::type.
Referenced by gserialized1_from_lwcollection_size(), and gserialized1_from_lwgeom_size().