|
PostGIS 3.7.0dev-r@@SVN_REVISION@@
|
| void geobuf_agg_transfn | ( | struct geobuf_agg_context * | 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 577 of file geobuf.c.
References analyze_geometry(), analyze_geometry_flags(), geobuf_agg_context::data, encode_feature(), encode_keys(), geobuf_agg_context::features_capacity, geobuf_agg_context::geom_index, lwgeom_from_gserialized(), geobuf_agg_context::lwgeoms, and geobuf_agg_context::row.
Referenced by pgis_asgeobuf_transfn().

