OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimSrtmTileSource.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 // Description:
11 //
12 // Image handler class for a Shuttle Radar Topography Mission (SRTM) file.
13 //
14 //----------------------------------------------------------------------------
15 // $Id: ossimSrtmTileSource.h 17932 2010-08-19 20:34:35Z dburken $
16 #ifndef ossimSrtmTileSource_HEADER
17 #define ossimSrtmTileSource_HEADER
18 
21 
22 
24 {
25 public:
27 
28  virtual ossimString getShortName() const;
29  virtual ossimString getLongName() const;
30 
31  virtual bool open();
32 
36 
41  virtual bool saveState(ossimKeywordlist& kwl,
42  const char* prefix=0)const;
43 
50  virtual bool loadState(const ossimKeywordlist& kwl,
51  const char* prefix = NULL);
52 
59  const ossimString& name)const;
60 
65  virtual void getPropertyNames(std::vector<ossimString>& propertyNames)const;
66 
67 protected:
68  virtual ~ossimSrtmTileSource();
70 
72 };
73 
74 #endif
virtual bool open()
Pure virtual open.
#define OSSIMDLLEXPORT
ossimSrtmSupportData m_SrtmSupportData
Represents serializable keyword/value map.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
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 ossimRefPtr< ossimImageGeometry > getImageGeometry()
Returns the image geometry object associated with this tile source or NULL if non defined...
virtual void getPropertyNames(std::vector< ossimString > &propertyNames) const
#define TYPE_DATA
Definition: ossimRtti.h:339
virtual ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const