PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
void flatgeobuf_agg_transfn | ( | struct flatgeobuf_agg_ctx * | ctx | ) |
Aggregation step.
Expands features array if needed by a factor of 2. Allocates a new feature, increment feature counter and encode properties into it.
Definition at line 527 of file flatgeobuf.c.
References flatgeobuf_agg_ctx::ctx, encode_properties(), ensure_items_len(), inspect_table(), and lwgeom_from_gserialized().
Referenced by pgis_asflatgeobuf_transfn().