PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ encode_ptarray_initial()

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

Definition at line 167 of file mvt.c.

170 {
171  int32_t px = 0, py = 0;
172  return encode_ptarray(ctx, type, pa, buffer, &px, &py);
173 }
static uint32_t encode_ptarray(__attribute__((__unused__)) mvt_agg_context *ctx, enum mvt_type type, POINTARRAY *pa, uint32_t *buffer, int32_t *px, int32_t *py)
Definition: mvt.c:116
type
Definition: ovdump.py:41
Datum buffer(PG_FUNCTION_ARGS)

References buffer(), encode_ptarray(), and ovdump::type.

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

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