OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimVpfDatabaseHeader.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: Garrett Potts (gpotts@imagelinks.com)
6 // Description: This class give the capability to access tiles from an
7 // vpf file.
8 //
9 //********************************************************************
10 // $Id: ossimVpfDatabaseHeader.h 9967 2006-11-29 02:01:23Z gpotts $
11 #ifndef ossimVpfDatabaseHeader_HEADER
12 #define ossimVpfDatabaseHeader_HEADER
15 
16 
17 #include <ossim/vpfutil/vpftable.h>
18 
20 {
21 public:
23  virtual ~ossimVpfDatabaseHeader();
24  virtual ossimErrorCode open(const ossimFilename& databaseHeaderTable);
25 private:
26  bool isDatabaseHeaderTable(vpf_table_type& tableType);
27 };
28 
29 #endif
bool isDatabaseHeaderTable(vpf_table_type &tableType)
ossim_int32 ossimErrorCode
virtual ossimErrorCode open(const ossimFilename &databaseHeaderTable)