Changes between Version 67 and Version 68 of rfc24_progressive_data_support


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

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v67 v68  
    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.
    6767 1. Initialize
    68    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).
    69    If the connection fails, the function returns false and the Open function returns NULL indicating that opening the dataset with this driver failed.
    70    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.
     68   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]]
     69   If the connection fails, the function returns false and the Open function returns NULL indicating that opening the dataset with this driver failed.[[BR]]
     70   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.[[BR]]
    7171   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.
    7272 1. GDALGetMetadata