PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include <postgres.h>
#include <fmgr.h>
#include <funcapi.h>
#include <utils/lsyscache.h>
#include <utils/array.h>
#include <catalog/pg_type.h>
#include <utils/builtins.h>
#include "../../postgis_config.h"
#include "access/htup_details.h"
#include "lwgeom_pg.h"
#include "rtpostgis.h"
#include "rtpg_internal.h"
Go to the source code of this file.
Macros | |
#define | VALUES_LENGTH 2 |
#define | VALUES_LENGTH 4 |
Functions | |
Datum | RASTER_envelope (PG_FUNCTION_ARGS) |
Datum | RASTER_convex_hull (PG_FUNCTION_ARGS) |
Datum | RASTER_dumpAsPolygons (PG_FUNCTION_ARGS) |
Datum | RASTER_getPixelPolygons (PG_FUNCTION_ARGS) |
Datum | RASTER_getPolygon (PG_FUNCTION_ARGS) |
Datum | RASTER_asRaster (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (RASTER_envelope) | |
PG_FUNCTION_INFO_V1 (RASTER_convex_hull) | |
Return the convex hull of this raster. More... | |
PG_FUNCTION_INFO_V1 (RASTER_dumpAsPolygons) | |
PG_FUNCTION_INFO_V1 (RASTER_getPixelPolygons) | |
Return the geographical shape of all pixels. More... | |
PG_FUNCTION_INFO_V1 (RASTER_getPolygon) | |
Get raster band's polygon. More... | |
PG_FUNCTION_INFO_V1 (RASTER_asRaster) | |
Rasterize a geometry. More... | |