47 | | '''ST_SetGeoReference(raster, string)''' |
| 47 | '''ST_SetGeoReference(raster, georef)''' |
| 48 | Variant 1: ST_SetGeoReference(raster, georef, format) |
| 49 | |
| 50 | Set the georeference fields of the raster (pixel size, rotation, upper left location) all in one pass. The 'format' parameter is optional, and defaults to 'GDAL' georeference format if it is not specified. |
| 51 | |
| 52 | If this method does not recieve a georeference string with 6 parameters (or if one of the parameters is not numeric), it raises an exception "st_setgeoreference requires a string with 6 floating point values". If this method recieves a null raster, it does nothing, and returns a null raster. |