~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to frmts/rik/rikdataset.cpp

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: rikdataset.cpp 19994 2010-07-08 23:28:38Z rouault $
 
2
 * $Id: rikdataset.cpp 23060 2011-09-05 17:58:30Z rouault $
3
3
 *
4
4
 * Project:  RIK Reader
5
5
 * Purpose:  All code for RIK Reader
31
31
#include <zlib.h>
32
32
#include "gdal_pam.h"
33
33
 
34
 
CPL_CVSID("$Id: rikdataset.cpp 19994 2010-07-08 23:28:38Z rouault $");
 
34
CPL_CVSID("$Id: rikdataset.cpp 23060 2011-09-05 17:58:30Z rouault $");
35
35
 
36
36
CPL_C_START
37
37
void    GDALRegister_RIK(void);
1055
1055
              " name: %s\n"
1056
1056
              " header: %s\n"
1057
1057
              " unknown: 0x%X\n"
1058
 
              " south: %lf\n"
1059
 
              " west: %lf\n"
1060
 
              " north: %lf\n"
1061
 
              " east: %lf\n"
 
1058
              " south: %f\n"
 
1059
              " west: %f\n"
 
1060
              " north: %f\n"
 
1061
              " east: %f\n"
1062
1062
              " original scale: %d\n"
1063
 
              " meters per pixel: %lf\n"
 
1063
              " meters per pixel: %f\n"
1064
1064
              " block width: %d\n"
1065
1065
              " block height: %d\n"
1066
1066
              " horizontal blocks: %d\n"
1130
1130
 
1131
1131
    poDS->SetDescription( poOpenInfo->pszFilename );
1132
1132
    poDS->TryLoadXML();
1133
 
    
 
1133
 
 
1134
/* -------------------------------------------------------------------- */
 
1135
/*      Check for external overviews.                                   */
 
1136
/* -------------------------------------------------------------------- */
 
1137
    poDS->oOvManager.Initialize( poDS, poOpenInfo->pszFilename, poOpenInfo->papszSiblingFiles );
 
1138
 
1134
1139
/* -------------------------------------------------------------------- */
1135
1140
/*      Confirm the requested access is supported.                      */
1136
1141
/* -------------------------------------------------------------------- */