PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ rt_util_gdal_progress_func()

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

Definition at line 66 of file rt_gdal.c.

67{
68 (void)dfComplete;
69 (void)pszMessage;
70
72 {
73 // rtwarn("%s interrupted at %g", (const char*)pProgressArg, dfComplete);
75 return FALSE;
76 }
77 else
78 return TRUE;
79}
#define TRUE
Definition dbfopen.c:73
#define FALSE
Definition dbfopen.c:72
void lwgeom_cancel_interrupt(void)
Cancel any interruption request.
Definition lwgeom_api.c:662
int _lwgeom_interrupt_requested
Definition lwgeom_api.c:656

References _lwgeom_interrupt_requested, FALSE, lwgeom_cancel_interrupt(), and TRUE.

Referenced by rt_raster_gdal_contour(), and rt_raster_gdal_polygonize().

Here is the call graph for this function:
Here is the caller graph for this function: