Changes between Version 15 and Version 16 of WKTRaster/SpecificationFinal01
- Timestamp:
- 04/12/10 08:23:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationFinal01
v15 v16 91 91 Return the georeference's Y-coordinate of the upper left corner of the upper left pixel. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See]. 92 92 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]] 94 Returns 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]. 95 95 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].98 96 99 97 '''ST_NumBands(raster) -> integer'''[[BR]]