PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#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"
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) |