PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rt_util_gdal_progress_func()

int rt_util_gdal_progress_func ( double  dfComplete,
const char *  pszMessage,
void *  pProgressArg 
)

Definition at line 58 of file rt_gdal.c.

62 {
63  (void)dfComplete;
64  (void)pszMessage;
65 
67  {
68  // rtwarn("%s interrupted at %g", (const char*)pProgressArg, dfComplete);
70  return FALSE;
71  }
72  else
73  return TRUE;
74 }
#define TRUE
Definition: dbfopen.c:73
#define FALSE
Definition: dbfopen.c:72
int _lwgeom_interrupt_requested
Definition: lwgeom_api.c:661

References _lwgeom_interrupt_requested, FALSE, and TRUE.

Referenced by rt_raster_gdal_contour().

Here is the caller graph for this function: