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

◆ MVT_PARSE_DATUM

#define MVT_PARSE_DATUM (   type,
  kvtype,
  hash,
  valuefield,
  datumfunc,
  size 
)
Value:
{ \
type value = datumfunc(datum); \
MVT_PARSE_VALUE(value, kvtype, hash, valuefield, size); \
}

Definition at line 511 of file mvt.c.

512{ \
513 type value = datumfunc(datum); \
514 MVT_PARSE_VALUE(value, kvtype, hash, valuefield, size); \
515}
int value
Definition genraster.py:62