Changes between Version 66 and Version 67 of rfc24_progressive_data_support


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

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v66 v67  
    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.
    70 
    7170   If the connection is successful, then subsequent requests to the JPIP server are made to retrieve all the available metadata about the image. Metadata items are set using the GDALMajorObject->SetMetadataItem in the "JPIP" domain.
    72 
    7371   If the metadata returned from the server includes GeoJP2 UUID box, or a GMLJP2 XML box then this metadata is parsed and sets the geographic metadata of this dataset.
    7472 1. GDALGetMetadata