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