PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ encode_feature()

static Data__Feature* encode_feature ( struct geobuf_agg_context ctx)
static

Definition at line 510 of file geobuf.c.

511 {
512  Data__Feature *feature;
513 
514  feature = palloc (sizeof (Data__Feature));
515  data__feature__init(feature);
516 
517  encode_properties(ctx, feature);
518  return feature;
519 }
static void encode_properties(struct geobuf_agg_context *ctx, Data__Feature *feature)
Definition: geobuf.c:101

References encode_properties().

Referenced by geobuf_agg_transfn().

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