Changes between Version 56 and Version 57 of rfc24_progressive_data_support


Ignore:
Timestamp:
Sep 4, 2008, 9:03:01 AM (16 years ago)
Author:
normanb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v56 v57  
    155155        AsyncStatus GetStatus(){return status;}
    156156
    157         virtual CPLErr SetView(int xOff, int yOff, int xSize, int ySize);
     157        virtual CPLErr SetView(int xOff, int yOff, int xSize, int ySize, int nFXSize, int nFYSize);
    158158        virtual CPLErr RasterIO(void *pData, int nTimeoutMilliseconds = -1, char **papszOptions);
    159159        virtual void CancelIO();
     
    277277* @param xSize request width of the server image at resolution 1:1
    278278* @param ySize request height of the server image at resolution 1:1
     279* @param nFXSize Requested frame width, JPIP will select the resolution level that best fits nBXSize, nBYSize
     280* @param nFYSize Requested frame height, JPIP will select the resolution level that best fits nBXSize, nBYSize
    279281*/
    280282CPLErr GDALRasterIOContext::SetView(int xOff, int yOff, int xSize, int ySize)