OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimQuickbirdTiffTileSource.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 // Copyright (c) 2005, David Burken, all rights reserved.
3 //
4 // License: MIT
5 //
6 // See LICENSE.txt file in the top level directory for more details.
7 //
8 // Author: David Burken
9 //
10 // Copied from ossimQuickbirdNitfTileSource written by Garrett Potts.
11 //
12 // Description:
13 //
14 // Class declaration for specialized image handler to pick up offsets from
15 // Quick Bird ".TIL" files.
16 //
17 //----------------------------------------------------------------------------
18 // $Id: ossimQuickbirdTiffTileSource.h 17932 2010-08-19 20:34:35Z dburken $
19 #ifndef ossimQuickbirdTiffTileSource_HEADER
20 #define ossimQuickbirdTiffTileSource_HEADER
21 
24 
26 {
27 public:
28  virtual bool open();
30 
31 protected:
33 
34 TYPE_DATA
35 };
36 #endif
bool open()
Returns true if no errors initializing object.
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
#define OSSIM_DLL