PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ encode_feature()

static Data__Feature * encode_feature ( struct geobuf_agg_context ctx)
static

Definition at line 527 of file geobuf.c.

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

References encode_properties().

Referenced by geobuf_agg_transfn().

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