PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ encode_ptarray_initial()

static uint32_t encode_ptarray_initial ( struct mvt_agg_context ctx,
enum mvt_type  type,
POINTARRAY pa,
uint32_t buffer 
)
static

Definition at line 152 of file mvt.c.

References encode_ptarray().

Referenced by encode_line(), encode_mpoint(), and encode_point().

155 {
156  int32_t px = 0, py = 0;
157  return encode_ptarray(ctx, type, pa, buffer, &px, &py);
158 }
Datum buffer(PG_FUNCTION_ARGS)
static uint32_t encode_ptarray(struct mvt_agg_context *ctx, enum mvt_type type, POINTARRAY *pa, uint32_t *buffer, int32_t *px, int32_t *py)
Definition: mvt.c:106
type
Definition: ovdump.py:41
Here is the call graph for this function:
Here is the caller graph for this function: