Changes between Version 7 and Version 8 of WKTRaster/SpecificationFinal01


Ignore:
Timestamp:
Jun 2, 2009, 12:42:32 PM (15 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationFinal01

    v7 v8  
    6262
    6363'''RT_PixelSizeX(raster) -> float64'''[[BR]]
    64 Return the georeference's X pixel size of the raster. [http://en.wikipedia.org/wiki/World_file See].
     64Return the georeference's X pixel size of the raster. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See].
    6565
    6666'''RT_PixelSizeY(raster) -> float64'''[[BR]]
    67 Return the georeference's Y pixel size of the raster. [http://en.wikipedia.org/wiki/World_file See].
     67Return the georeference's Y pixel size of the raster. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See].
    6868
    6969'''RT_RotationX(raster) -> float64'''[[BR]]
     
    7171
    7272'''RT_RotationY(raster) -> float64'''[[BR]]
    73 Return the georeference's Y rotation. [http://en.wikipedia.org/wiki/World_file See].
     73Return the georeference's Y rotation. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See].
    7474
    7575'''RT_UpperLeftX(raster) -> float64'''[[BR]]
    76 Return the georeference's X-coordinate of the center of the upper left pixel. [http://en.wikipedia.org/wiki/World_file See].
     76Return the georeference's X-coordinate of the upper left corner of the upper left pixel. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See].
    7777
    7878'''RT_UpperLeftY(raster) -> float64'''[[BR]]
    79 Return the georeference's Y-coordinate of the center of the upper left pixel. [http://en.wikipedia.org/wiki/World_file See].
     79Return the georeference's Y-coordinate of the upper left corner of the upper left pixel. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See].
    8080
    81 '''RT_GeoReference(raster) -> string'''[[BR]]
    82 Return the georeference of the raster as a string representing the 6 doubles of an equivalent world file (including the carriage return). [http://en.wikipedia.org/wiki/World_file See].
     81'''RT_ESRIWorldFile(raster) -> string'''[[BR]]
     82Return 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].
     83
     84'''RT_GDALGeoTransform(raster) -> string'''[[BR]]
     85Return 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].
    8386
    8487'''RT_NumBands(raster) -> integer'''[[BR]]