Changes between Version 3 and Version 4 of WKTRaster/GDALDriverSpecificationWorking


Ignore:
Timestamp:
Feb 17, 2011, 2:00:30 PM (13 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/GDALDriverSpecificationWorking

    v3 v4  
    2020
    2121 * 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
    2624
    2725 * Able to produce generate two kind of raster object based on two modes:
    28 
    2926   - 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 
    3127   - ONE_RASTER_PER_TABLE ('mode = 2' in connection string): Each table is considered as a raster coverage, and each row is a raster tile.
    3228