h2gis icon indicating copy to clipboard operation
h2gis copied to clipboard

ST_SetGeoReference

Open ebocher opened this issue 9 years ago • 0 comments

Set 6 georeference parameters in a single call to a Raster data type.

The signature will be


raster ST_SetGeoReference(raster rast, double precision upperleftx, double precision upperlefty, double precision scalex, double precision scaley, double precision skewx, double precision skewy);

ebocher avatar Oct 14 '15 07:10 ebocher