PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_out_mvt.c File Reference
#include "postgres.h"
#include "utils/builtins.h"
#include "executor/spi.h"
#include "../postgis_config.h"
#include "lwgeom_pg.h"
#include "lwgeom_log.h"
#include "liblwgeom.h"
#include "mvt.h"
#include "vector_tile.pb-c.h"
Include dependency graph for lwgeom_out_mvt.c:

Go to the source code of this file.

Functions

 PG_FUNCTION_INFO_V1 (ST_AsMVTGeom)
 Process input parameters to mvt_geom and returned serialized geometry. More...
 
Datum ST_AsMVTGeom (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (pgis_asmvt_transfn)
 Process input parameters and row data into state. More...
 
Datum pgis_asmvt_transfn (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (pgis_asmvt_finalfn)
 Encode final state to Mapbox Vector Tile. More...
 
Datum pgis_asmvt_finalfn (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (pgis_asmvt_serialfn)
 
Datum pgis_asmvt_serialfn (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (pgis_asmvt_deserialfn)
 
Datum pgis_asmvt_deserialfn (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (pgis_asmvt_combinefn)
 
Datum pgis_asmvt_combinefn (PG_FUNCTION_ARGS)