PostGIS  2.4.9dev-r@@SVN_REVISION@@
raster2pgsql.h File Reference
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "librtcore.h"
#include "../../postgis_config.h"
#include "../raster_config.h"
Include dependency graph for raster2pgsql.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  raster_loader_config
 
struct  rasterinfo_t
 
struct  stringbuffer_t
 

Macros

#define _(String)   String
 
#define CSEQUAL(a, b)   (strcmp(a,b)==0)
 
#define MAXNAMELEN   63
 
#define MINOVFACTOR   2
 
#define MAXOVFACTOR   1000
 
#define MAXTILESIZE   1073741824
 
#define RCSID   "$Id: raster2pgsql.h 13497 2015-05-13 18:29:52Z pramsey $"
 

Typedefs

typedef struct raster_loader_config RTLOADERCFG
 
typedef struct rasterinfo_t RASTERINFO
 
typedef struct stringbuffer_t STRINGBUFFER