| PostGIS
    3.7.0dev-r@@SVN_REVISION@@
    | 
#include <stddef.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "librtcore.h"#include "../../postgis_config.h"#include "../raster_config.h"

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$" | 
| Typedefs | |
| typedef struct raster_loader_config | RTLOADERCFG | 
| typedef struct rasterinfo_t | RASTERINFO | 
| typedef struct stringbuffer_t | STRINGBUFFER |