Changes between Version 65 and Version 66 of rfc24_progressive_data_support


Ignore:
Timestamp:
Apr 8, 2009, 4:52:24 PM (15 years ago)
Author:
normanb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v65 v66  
    6161[[Image(gdalsequence.PNG)]]
    6262
    63  1. GDALGetDatasetDriver
     63 1. GDALGetDatasetDriver::
    6464   Fetch the driver to which this dataset relates.
    65  1. Open
     65 1. Open::
    6666   If the filename contained in the GDALOpenInfo object has a case insensitive URI scheme of jpip or jpips the JPIPKAKDataset is created and initialised, otherwise NULL is returned.
    67  1. Initialize
     67 1. Initialize::
    6868   Initialisation involves making an initial connection to the JPIP Server to establish a session and to retrieve the initial metadata about the image (ref. JPIP Sequence Diagram).
    6969   If the connection fails, the function returns false and the Open function returns NULL indicating that opening the dataset with this driver failed.