Changes between Version 15 and Version 16 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Feb 23, 2010, 11:02:11 AM (14 years ago)
Author:
dzwarg
Comment:

Added spec for ST_SetGeoReference

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v15 v16  
    4545 Return true if the value stored as a NODATA value must be interpreted as a real NODATA value.
    4646
    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.
    4853
    4954'''ST_SetRotation(raster, rotation)'''