PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
#include <assert.h>
#include <postgres.h>
#include <fmgr.h>
#include <funcapi.h>
#include <executor/spi.h>
#include <utils/lsyscache.h>
#include <utils/array.h>
#include <utils/builtins.h>
#include <catalog/pg_type.h>
#include <executor/executor.h>
#include "../../postgis_config.h"
#include "lwgeom_pg.h"
#include "rtpostgis.h"
#include "rtpg_internal.h"
Go to the source code of this file.
Data Structures | |
struct | rtpg_nmapalgebra_callback_arg |
struct | rtpg_nmapalgebra_arg_t |
struct | rtpg_nmapalgebraexpr_callback_arg |
struct | rtpg_nmapalgebraexpr_arg_t |
struct | rtpg_union_band_arg_t |
struct | rtpg_union_arg_t |
struct | rtpg_clip_band_t |
struct | rtpg_clip_arg_t |
struct | rtpg_colormap_arg_t |
Macros | |
#define | ARGKWCOUNT 8 |
Typedefs | |
typedef struct rtpg_nmapalgebra_arg_t * | rtpg_nmapalgebra_arg |
typedef struct rtpg_nmapalgebraexpr_arg_t * | rtpg_nmapalgebraexpr_arg |
typedef struct rtpg_union_band_arg_t * | rtpg_union_band_arg |
typedef struct rtpg_union_arg_t * | rtpg_union_arg |
typedef struct rtpg_clip_band_t * | rtpg_clip_band |
typedef struct rtpg_clip_arg_t * | rtpg_clip_arg |
typedef struct rtpg_colormap_arg_t * | rtpg_colormap_arg |
Enumerations | |
enum | rtpg_union_type { UT_LAST = 0 , UT_FIRST , UT_MIN , UT_MAX , UT_COUNT , UT_SUM , UT_MEAN , UT_RANGE } |