Changes between Version 7 and Version 8 of WKTRaster/SpecificationFinal01
- Timestamp:
- 06/02/09 12:42:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationFinal01
v7 v8 62 62 63 63 '''RT_PixelSizeX(raster) -> float64'''[[BR]] 64 Return the georeference's X pixel size of the raster. [http:// en.wikipedia.org/wiki/World_fileSee].64 Return the georeference's X pixel size of the raster. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See]. 65 65 66 66 '''RT_PixelSizeY(raster) -> float64'''[[BR]] 67 Return the georeference's Y pixel size of the raster. [http:// en.wikipedia.org/wiki/World_fileSee].67 Return the georeference's Y pixel size of the raster. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See]. 68 68 69 69 '''RT_RotationX(raster) -> float64'''[[BR]] … … 71 71 72 72 '''RT_RotationY(raster) -> float64'''[[BR]] 73 Return the georeference's Y rotation. [http:// en.wikipedia.org/wiki/World_fileSee].73 Return the georeference's Y rotation. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See]. 74 74 75 75 '''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_fileSee].76 Return the georeference's X-coordinate of the upper left corner of the upper left pixel. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See]. 77 77 78 78 '''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_fileSee].79 Return the georeference's Y-coordinate of the upper left corner of the upper left pixel. [http://www.gdal.org/classGDALDataset.html#f9593cc241e7d140f5f3c4798a43a668 See]. 80 80 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]] 82 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]. 83 84 '''RT_GDALGeoTransform(raster) -> string'''[[BR]] 85 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]. 83 86 84 87 '''RT_NumBands(raster) -> integer'''[[BR]]