Definition at line 268 of file mvt.c.
286 default: elog(ERROR,
"encode_geometry: '%s' geometry type not supported",
#define POINTTYPE
LWTYPE numbers, used internally by PostGIS.
const char * lwtype_name(uint8_t type)
Return the type name string associated with a type number (e.g.
static void encode_poly(mvt_agg_context *ctx, LWPOLY *lwpoly)
static void encode_mline(mvt_agg_context *ctx, LWMLINE *lwmline)
static void encode_mpoly(mvt_agg_context *ctx, LWMPOLY *lwmpoly)
static void encode_mpoint(mvt_agg_context *ctx, LWMPOINT *mpoint)
static void encode_point(mvt_agg_context *ctx, LWPOINT *point)
static void encode_line(mvt_agg_context *ctx, LWLINE *lwline)
References encode_line(), encode_mline(), encode_mpoint(), encode_mpoly(), encode_point(), encode_poly(), LINETYPE, lwtype_name(), MULTILINETYPE, MULTIPOINTTYPE, MULTIPOLYGONTYPE, POINTTYPE, POLYGONTYPE, LWGEOM::type, and ovdump::type.
Referenced by mvt_agg_transfn().