Definition at line 286 of file mvt.c.
304 default: elog(ERROR,
"encode_feature_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_mpoly(struct feature_builder *feature, LWMPOLY *lwmpoly)
static void encode_line(struct feature_builder *feature, LWLINE *lwline)
static void encode_mline(struct feature_builder *feature, LWMLINE *lwmline)
static void encode_poly(struct feature_builder *feature, LWPOLY *lwpoly)
static void encode_point(struct feature_builder *feature, LWPOINT *point)
static void encode_mpoint(struct feature_builder *feature, LWMPOINT *mpoint)
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().