Changes between Version 23 and Version 24 of WKTRaster/SpecificationFinal01
- Timestamp:
- 08/27/10 11:48:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationFinal01
v23 v24 111 111 Return the !NoDataValue of the specified 1-based Nth band of raster. Band index is 1-based. The value is always returned as a float32 even if the pixel type is integer. 112 112 113 ---- 114 == '''Objective 0.1.6i - Being able to quickly get metadata for raster and band.''' == 115 113 116 '''ST_Metadata(raster) -> record'''[[BR]] 114 117 Returns all the metadata associated with a raster (upper left x, upper left y, width, height, pixelsize x, pixelsize y, skew x, skew y, srid, numbands in this order). Does not include any band metadata. If you want band metadata, add ST_BandMetadata(raster, integer) to your query. … … 120 123 121 124 It should be used like this: "SELECT (bmd).* FROM (SELECT ST_BandMetadata(rast) AS bmd FROM myrastertable) foo" 125 122 126 ---- 123 127 == '''RASTER_COLUMNS Metadata Table''' ==