PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ encode_feature()

static Data__Feature* encode_feature ( struct geobuf_agg_context ctx)
static

Definition at line 526 of file geobuf.c.

527 {
528  Data__Feature *feature;
529 
530  feature = palloc (sizeof (Data__Feature));
531  data__feature__init(feature);
532 
533  encode_properties(ctx, feature);
534  return feature;
535 }
static void encode_properties(struct geobuf_agg_context *ctx, Data__Feature *feature)
Definition: geobuf.c:96

References encode_properties().

Referenced by geobuf_agg_transfn().

Here is the call graph for this function:
Here is the caller graph for this function: