OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimQbTileFilesHandler.h
Go to the documentation of this file.
1 //**************************************************************************************************
2 //
3 // License: MIT
4 //
5 // See LICENSE.txt file in the top level directory for more details.
6 //
7 // Author: Oscar Kramer
8 //
9 //**************************************************************************************************
10 // $Id: ossimQbTileFilesHandler.h 2669 2011-06-06 12:28:20Z oscar.kramer $
11 #ifndef ossimQbTileFilesHandler_HEADER
12 #define ossimQbTileFilesHandler_HEADER
13 
15 
16 // Enable this flag to utilize the system of separate overviews for each tile-file
17 #define USING_SUB_OVRS 0
18 
21 {
22 public:
25 
27  virtual ~ossimQbTileFilesHandler();
28 
31  virtual bool open();
32 
34 
35 protected:
36 
39  bool computeImageRects();
40 
42 };
43 
44 #endif /* #ifndef ossimQbTileFilesHandler_HEADER */
#define OSSIMDLLEXPORT
This class defines an abstract Handler which all image handlers(loaders) should derive from...
virtual bool open()=0
virtual ossimRefPtr< ossimImageGeometry > getImageGeometry()
Returns the image geometry object associated with this tile source or NULL if non defined...
#define TYPE_DATA
Definition: ossimRtti.h:339
Image handler used for tiled Quickbird imagery.