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

◆ encode_ptarray_initial()

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

Definition at line 198 of file mvt.c.

199{
200 int32_t px = 0, py = 0;
201 return encode_ptarray(type, pa, buffer, &px, &py);
202}
static uint32_t encode_ptarray(enum mvt_type type, POINTARRAY *pa, uint32_t *buffer, int32_t *px, int32_t *py)
Definition mvt.c:149
Datum buffer(PG_FUNCTION_ARGS)

References buffer(), and encode_ptarray().

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: