|
Datum | RASTER_getPixelValue (PG_FUNCTION_ARGS) |
|
Datum | RASTER_getPixelValueResample (PG_FUNCTION_ARGS) |
|
Datum | RASTER_dumpValues (PG_FUNCTION_ARGS) |
|
Datum | RASTER_setPixelValue (PG_FUNCTION_ARGS) |
|
Datum | RASTER_setPixelValuesArray (PG_FUNCTION_ARGS) |
|
Datum | RASTER_setPixelValuesGeomval (PG_FUNCTION_ARGS) |
|
Datum | RASTER_getGeometryValues (PG_FUNCTION_ARGS) |
|
Datum | RASTER_pixelOfValue (PG_FUNCTION_ARGS) |
|
Datum | RASTER_nearestValue (PG_FUNCTION_ARGS) |
|
Datum | RASTER_neighborhood (PG_FUNCTION_ARGS) |
|
| PG_FUNCTION_INFO_V1 (RASTER_getPixelValue) |
| Return value of a single pixel. More...
|
|
static rt_resample_type | resample_text_to_type (text *txt) |
|
| PG_FUNCTION_INFO_V1 (RASTER_getPixelValueResample) |
|
| PG_FUNCTION_INFO_V1 (RASTER_getGeometryValues) |
|
static rtpg_dumpvalues_arg | rtpg_dumpvalues_arg_init () |
|
static void | rtpg_dumpvalues_arg_destroy (rtpg_dumpvalues_arg arg) |
|
| PG_FUNCTION_INFO_V1 (RASTER_dumpValues) |
|
| PG_FUNCTION_INFO_V1 (RASTER_setPixelValue) |
| Write value of raster sample on given position and in specified band. More...
|
|
| PG_FUNCTION_INFO_V1 (RASTER_setPixelValuesArray) |
| Set pixels to value from array. More...
|
|
static rtpg_setvaluesgv_arg | rtpg_setvaluesgv_arg_init () |
|
static void | rtpg_setvaluesgv_arg_destroy (rtpg_setvaluesgv_arg arg) |
|
static int | rtpg_setvalues_geomval_callback (rt_iterator_arg arg, void *userarg, double *value, int *nodata) |
|
| PG_FUNCTION_INFO_V1 (RASTER_setPixelValuesGeomval) |
|
| PG_FUNCTION_INFO_V1 (RASTER_pixelOfValue) |
| Get pixels of value. More...
|
|
| PG_FUNCTION_INFO_V1 (RASTER_nearestValue) |
| Return nearest value to a point. More...
|
|
| PG_FUNCTION_INFO_V1 (RASTER_neighborhood) |
| Return the neighborhood around a pixel. More...
|
|