Changes between Version 44 and Version 45 of rfc24_progressive_data_support


Ignore:
Timestamp:
Aug 28, 2008, 2:11:07 PM (16 years ago)
Author:
normanb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v44 v45  
    4848  1. Check whether we need to stop making requests to the server.
    4949  1. In response to the ProgressiveRasterIO call the format driver makes an asynchronous request to the server for data matching the requested resolution and window.
    50   1. The driver parses the response from the server and sets the buffer on GDALAsynchRasterIOMessage.
    51   1. GDALAsynchRasterIOMessage object is added to the format driver internal data queue.  If the queue size limit is exceeded the last message drops off.  Note the data for this message is still retained in the wavelet cache for the driver - just the rendering is discarded.
     50  1. The driver parses the response from the server and sets the buffer on GDALAsyncRasterIOMessage.
     51  1. GDALAsyncRasterIOMessage object is added to the format driver internal data queue.  If the queue size limit is exceeded the last message drops off.  Note the data for this message is still retained in the wavelet cache for the driver - just the rendering is discarded.
    5252  1. Check there is a data message to render.
    5353  1. Retrieve the next data message and render / process.