OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimQuickbirdNitfTileSource.h
Go to the documentation of this file.
1 //*******************************************************************
2 // Copyright (C) 2000 ImageLinks Inc.
3 //
4 // License: MIT
5 //
6 // See LICENSE.txt file in the top level directory for more details.
7 //
8 // Author: Garrett Potts (gpotts@imagelinks.com)
9 //
10 // Description:
11 //
12 //*******************************************************************
13 // $Id: ossimQuickbirdNitfTileSource.h 22836 2014-07-25 15:13:47Z dburken $
14 #ifndef ossimQuickbirdNitfTileSource_HEADER
15 #define ossimQuickbirdNitfTileSource_HEADER
18 
20 {
21 public:
22  virtual bool open();
23 
25 
30  virtual bool saveState(ossimKeywordlist& kwl,
31  const char* prefix=0)const;
32 
37  virtual bool loadState(const ossimKeywordlist& kwl,
38  const char* prefix=0);
39 
40 protected:
42 TYPE_DATA
43 };
44 #endif
Represents serializable keyword/value map.
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
#define TYPE_DATA
Definition: ossimRtti.h:339
virtual ossimRefPtr< ossimImageGeometry > getImageGeometry()
Returns the image geometry object associated with this tile source or NULL if non defined...
ossimRefPtr< ossim2dTo2dTransform > m_transform
virtual bool open()
Returns true if the image_file can be opened and is a valid nitf file.