314 if (PG_ARGISNULL(0)) PG_RETURN_NULL();
319 PG_FREE_IF_COPY(pgraster, 0);
320 elog(ERROR,
"RASTER_getXUpperLeft: Could not deserialize raster");
327 PG_FREE_IF_COPY(pgraster, 0);
329 PG_RETURN_FLOAT8(xul);
double rt_raster_get_x_offset(rt_raster raster)
Get raster x offset, in projection units.
void rt_raster_destroy(rt_raster raster)
Release memory associated to a raster.
rt_raster rt_raster_deserialize(void *serialized, int header_only)
Return a raster from a serialized form.
raster
Be careful!! Zeros function's input parameter can be a (height x width) array, not (width x height): ...