Changes between Version 15 and Version 16 of WKTRaster/SpecificationFinal01


Ignore:
Timestamp:
Apr 12, 2010, 8:23:38 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationFinal01

    v15 v16  
    9191Return the georeference's Y-coordinate of the upper left corner of the upper left pixel. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See].
    9292
    93 '''ST_ESRIWorldFile(raster) -> string'''[[BR]]
    94 Return the georeference of the raster as a string representing the 6 doubles (separated by a carriage return) of an equivalent ESRI World File . [http://en.wikipedia.org/wiki/World_file See].
     93'''ST_Georeference(raster, text) -> string'''[[BR]]
     94Returns the georeference meta data in GDAL or ESRI format as commonly seen in a world file. For ESRI, [http://en.wikipedia.org/wiki/World_file see] for GDAL, [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668  see].
    9595
    96 '''ST_GDALGeoTransform(raster) -> string'''[[BR]]
    97 Return the georeference of the raster as a string representing the 6 doubles (separated by a carriage return) used by GDAL to georeference a raster. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668  See].
    9896
    9997'''ST_NumBands(raster) -> integer'''[[BR]]