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

◆ MVT_PARSE_DATUM

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

Definition at line 494 of file mvt.c.

495 { \
496 type value = datumfunc(datum); \
497 MVT_PARSE_VALUE(hash, value, size, pfvaluefield, pftype); \
498 }
int value
Definition genraster.py:62