Changes between Version 68 and Version 69 of rfc24_progressive_data_support


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

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v68 v69  
    6262
    6363 1. GDALGetDatasetDriver
     64
    6465   Fetch the driver to which this dataset relates.
    6566 1. Open
     67
    6668   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.
    6769 1. Initialize
     70
    6871   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).[[BR]]
    6972   If the connection fails, the function returns false and the Open function returns NULL indicating that opening the dataset with this driver failed.[[BR]]
     
    7174   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.
    7275 1. GDALGetMetadata
     76
    7377   C API to JPIPKAKDataset->GetMetadata
    7478 1. GetMetadata