PostGIS  3.4.0dev-r@@SVN_REVISION@@
rt_gdal.c File Reference
#include "../../postgis_config.h"
#include "librtcore.h"
#include "librtcore_internal.h"
#include "stringbuffer.h"
Include dependency graph for rt_gdal.c:

Go to the source code of this file.

Data Structures

struct  _rti_contour_arg
 

Functions

int rt_util_gdal_progress_func (double dfComplete, const char *pszMessage, void *pProgressArg)
 
static void _rti_contour_arg_init (_rti_contour_arg *arg)
 
static int _rti_contour_arg_destroy (_rti_contour_arg *arg)
 
int rt_raster_gdal_contour (rt_raster src_raster, int src_band, int src_srid, const char *src_srs, double contour_interval, double contour_base, int fixed_level_count, double *fixed_levels, int polygonize, size_t *ncontours, struct rt_contour_t **contours)
 Return palloc'ed list of contours. More...