Changes between Version 3 and Version 4 of WKTRaster/GDALDriverSpecificationWorking
- Timestamp:
- 02/17/11 14:00:30 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/GDALDriverSpecificationWorking
v3 v4 20 20 21 21 * Able to read in-db one-row-rasters: 22 23 - If the table really has more than one row: using -where clause in connection string 24 25 - If the table has more than one row: the table must have been marked as "regularly blocked table", with -k in loader 22 * If the table really has more than one row: using -where clause in connection string 23 * If the table has more than one row: the table must have been marked as "regularly blocked table", with -k in loader 26 24 27 25 * Able to produce generate two kind of raster object based on two modes: 28 29 26 - ONE_RASTER_PER_ROW ('mode = 1' in connection string, or nothing): The default mode. Each table row is considered as an independent raster. If the table required has more than one row, and no -where clause has been specified in connection string, all the table rows will be considered as reported as Subdatasets. Unless you specify the other working mode 30 31 27 - ONE_RASTER_PER_TABLE ('mode = 2' in connection string): Each table is considered as a raster coverage, and each row is a raster tile. 32 28