Changes between Version 2 and Version 3 of SoCTMSDriver


Ignore:
Timestamp:
Mar 26, 2008, 10:22:58 AM (16 years ago)
Author:
keo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoCTMSDriver

    v2 v3  
    4141on the lowest zooming level.
    4242
    43 === Write driver with `CreateCopy` ===
     43=== Write driver ===
    4444
    45 Next on plan is the writing part. The driver will at first support the
    46 `CreateCopy` method returning the created dataset as `ReadOnly` (implemented in previous step).
     45Next on plan is the writing part. The driver will support both `CreateCopy` and `Create` methods.
    4746Creation options will include the dimensions of tiles, number of zooming levels and the zooming
    48 ratio between them.
     47ratio between them. Upon writing, the `RasterIO` method will load all affected tiles from all
     48zooming levels into memory, perform the write operation and then write the tiles back to file system.
    4949
    50 === Write driver with `Create` ===
     50=== NODATA ===
    5151
    52 In this step the driver will also feature the `Create` method and `Update` mode datasets.
    53 Upon writing, the `RasterIO` method will load all affected tiles from all zooming levels
    54 into memory, perform the write operation and then write the tiles back to file system.
     52The map doesn't neccesarily need to have a rectangle form and the driver should be supportive in this.
     53It could report data from missing tiles as NODATA and not write them to file system unless the
     54user performs write operation on them. This way the maps could be stored compactly.
    5555
    5656